mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Fix #10: find/replace was broken after tab index change.
Also: improve tab order to get a total order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user