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:
zhou.xu
2025-02-13 15:57:07 +08:00
committed by Noisyfox
parent b8220bb81f
commit 25a195d1f4
6 changed files with 39 additions and 11 deletions

View File

@@ -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;