mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Changed layout for for the Preferences Dialog (related to #5381)
+ Fixed #5312 + Deleted unused now EVT_TAB_VALUE_CHANGED and EVT_TAB_PRESETS_CHANGED
This commit is contained in:
parent
b7ac74bc42
commit
661ad1735b
8 changed files with 87 additions and 91 deletions
|
@ -98,10 +98,6 @@ protected:
|
|||
};
|
||||
|
||||
|
||||
wxDECLARE_EVENT(EVT_TAB_VALUE_CHANGED, wxCommandEvent);
|
||||
wxDECLARE_EVENT(EVT_TAB_PRESETS_CHANGED, SimpleEvent);
|
||||
|
||||
|
||||
using PageShp = std::shared_ptr<Page>;
|
||||
class Tab: public wxPanel
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue