mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Removed SearchCombobox from the Sidebar.
Tab->SearchCombobox works with all parameters now. Overridden GetWindow() for PointCtrl.
This commit is contained in:
parent
8898dd5618
commit
ebfaf7abb0
5 changed files with 24 additions and 14 deletions
|
@ -460,6 +460,7 @@ public:
|
|||
x_textctrl->Disable();
|
||||
y_textctrl->Disable(); }
|
||||
wxSizer* getSizer() override { return sizer; }
|
||||
wxWindow* getWindow() override { return dynamic_cast<wxWindow*>(x_textctrl); }
|
||||
};
|
||||
|
||||
class StaticText : public Field {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue