Fixed bug with cut entry active states

This commit is contained in:
Mikayla Maki 2022-10-31 09:55:52 -07:00
parent dbc804669c
commit ea9b009a22
3 changed files with 6 additions and 9 deletions

View file

@ -328,7 +328,6 @@ pub struct ProjectPanel {
pub entry: Interactive<ProjectPanelEntry>,
pub ignored_entry: Interactive<ProjectPanelEntry>,
pub cut_entry: Interactive<ProjectPanelEntry>,
pub ignored_and_cut_entry: Interactive<ProjectPanelEntry>,
pub filename_editor: FieldEditor,
pub indent_width: f32,
}