mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-06 06:47:41 -07:00
FIX: dark mode display in dialog
jira:STUDIO-10811 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I174541d97efe8d0beea4913d23375f82b104b7a2 (cherry picked from commit 7bcc83682e314ea12c5c5229f394015d61cff345)
This commit is contained in:
parent
959f6fe87c
commit
a86bbf6cb4
3 changed files with 30 additions and 3 deletions
|
|
@ -328,6 +328,7 @@ WipingDialog::WipingDialog(wxWindow* parent, const std::vector<std::vector<int>>
|
|||
main_sizer->SetSizeHints(this);
|
||||
main_sizer->Fit(this);
|
||||
CenterOnParent();
|
||||
wxGetApp().UpdateDlgDarkUI(this);
|
||||
|
||||
//m_webview->Bind(wxEVT_WEBVIEW_NAVIGATED, [this](auto& evt) {
|
||||
// auto table_obj_str = BuildTableObjStr();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue