mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
NEW:support jump to specific layer in preview
Change-Id: Ia2396c3512f521e31e440783e2ce12926f1ddeca
This commit is contained in:
parent
d91fe4e38c
commit
8278be8d26
5 changed files with 176 additions and 30 deletions
|
@ -194,6 +194,12 @@ public:
|
|||
static void pop_menu_style();
|
||||
static void push_common_window_style(const float scale);
|
||||
static void pop_common_window_style();
|
||||
static void push_confirm_button_style();
|
||||
static void pop_confirm_button_style();
|
||||
static void push_cancel_button_style();
|
||||
static void pop_cancel_button_style();
|
||||
static void push_button_disable_style();
|
||||
static void pop_button_disable_style();
|
||||
|
||||
//BBS
|
||||
static int TOOLBAR_WINDOW_FLAGS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue