Undo / Redo: Bound Ctrl-V/Ctrl-Z to the side panel.

This commit is contained in:
bubnikv 2019-07-05 20:27:44 +02:00
parent 45a5487e51
commit fb725502b7
2 changed files with 24 additions and 4 deletions

View file

@ -204,6 +204,8 @@ public:
void copy();
void paste();
void undo();
void redo();
void get_settings_choice(const wxString& category_name);
void get_freq_settings_choice(const wxString& bundle_name);