mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
ENH:Fix the issues discovered in the demo
jira: STUDIO-10384 STUDIO-10385 STUDIO-10387 Change-Id: I68f3099b9fbb6d6996373cae07b2e62930ce614c (cherry picked from commit 91df890100199a3e26ef3792a1f8650d2dab8577)
This commit is contained in:
@@ -270,6 +270,7 @@ public:
|
||||
};
|
||||
SyncAmsInfoDialog(wxWindow *parent, SyncInfo &info);
|
||||
~SyncAmsInfoDialog();
|
||||
void set_info(SyncInfo &info);
|
||||
void on_dpi_changed(const wxRect &suggested_rect) override;
|
||||
const SyncResult &get_result() { return m_result; }
|
||||
|
||||
@@ -351,7 +352,7 @@ private:
|
||||
bool m_is_empty_project = true;
|
||||
|
||||
bool m_check_dirty_fialment = true;
|
||||
bool m_expand_more_settings = false;
|
||||
bool m_expand_more_settings = true;
|
||||
bool m_image_is_top = false;
|
||||
|
||||
const int LEFT_THUMBNAIL_SIZE_WIDTH = 100;
|
||||
|
||||
Reference in New Issue
Block a user