Fix #10: find/replace was broken after tab index change.

Also: improve tab order to get a total order
This commit is contained in:
Twan van Laarhoven
2020-05-05 22:41:32 +02:00
parent cfd19220d5
commit 30401964d5
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ private:
size_t number_of_recentSets;
// data for find/replace
wxDialog* find_dialog;
unique_ptr<wxDialog> find_dialog;
wxFindReplaceData find_data;
// --------------------------------------------------- : Panel managment