mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Page class is used as a container of option groups
and doesn't inherited from wxScrolledWindow now
This commit is contained in:
parent
8fb3a44a4e
commit
d5bd76776f
7 changed files with 80 additions and 38 deletions
|
@ -44,7 +44,7 @@ class TabPresetComboBox;
|
|||
// Single Tab page containing a{ vsizer } of{ optgroups }
|
||||
// package Slic3r::GUI::Tab::Page;
|
||||
using ConfigOptionsGroupShp = std::shared_ptr<ConfigOptionsGroup>;
|
||||
class Page : public wxScrolledWindow
|
||||
class Page// : public wxScrolledWindow
|
||||
{
|
||||
wxWindow* m_parent;
|
||||
wxString m_title;
|
||||
|
@ -127,6 +127,9 @@ protected:
|
|||
wxTreeCtrl* m_treectrl;
|
||||
wxImageList* m_icons;
|
||||
|
||||
wxScrolledWindow* m_page_view {nullptr};
|
||||
wxBoxSizer* m_page_sizer {nullptr};
|
||||
|
||||
ModeSizer* m_mode_sizer;
|
||||
|
||||
struct PresetDependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue