Fixed bug with cut entry active states
This commit is contained in:
parent
dbc804669c
commit
ea9b009a22
3 changed files with 6 additions and 9 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue