Fixed non-consistency of the selection

This commit is contained in:
YuSanka 2019-04-04 15:07:54 +02:00
parent d806e8e5e1
commit 09054a0bc9
2 changed files with 100 additions and 51 deletions

View file

@ -267,7 +267,7 @@ public:
void select_all();
void select_item_all_children();
void update_selection_mode();
bool check_last_selection();
bool check_last_selection(wxString& msg_str);
// correct current selections to avoid of the possible conflicts
void fix_multiselection_conflicts();