Fixes "Add instance" and "Remove instance" hotkeys don't work when object is selected via de object browser #5350

Captures the +- hotkeys in the object list to add / remove an instance.
This commit is contained in:
Vojtech Bubnik 2020-12-08 08:30:15 +01:00
parent a6dd6d617e
commit 6fe0b09a04
2 changed files with 22 additions and 2 deletions

View file

@ -257,6 +257,8 @@ public:
bool paste_from_clipboard();
void undo();
void redo();
void increase_instances();
void decrease_instances();
void get_settings_choice(const wxString& category_name);
void get_freq_settings_choice(const wxString& bundle_name);