mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 23:02:06 +00:00
FIX:Preference page scrolling issue
Change-Id: Ia885b083a7467f3558a940b808f071d9ca80e531
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
RadioBox *m_radiobox;
|
||||
bool m_selected = false;
|
||||
};
|
||||
|
||||
WX_DECLARE_LIST(RadioSelector, RadioSelectorList);
|
||||
class CheckBox;
|
||||
class TextInput;
|
||||
@@ -61,7 +62,7 @@ private:
|
||||
|
||||
protected:
|
||||
wxBoxSizer * m_sizer_body;
|
||||
wxScrolledWindow *m_scrolledWindow;
|
||||
wxScrolledWindow* m_scrolledWindow;
|
||||
|
||||
// bool m_settings_layout_changed {false};
|
||||
bool m_seq_top_layer_only_changed{false};
|
||||
|
||||
Reference in New Issue
Block a user