mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: [STUDIO-1570] wkwebview background color
Change-Id: I6b18a2dbf654b71bff88e0c14317d4479358218a
This commit is contained in:
parent
4132711f4c
commit
a1fcd05baa
4 changed files with 14 additions and 0 deletions
|
@ -95,6 +95,8 @@ WebViewPanel::WebViewPanel(wxWindow *parent)
|
|||
}
|
||||
GetSizer()->Add(m_browser, wxSizerFlags().Expand().Proportion(1));
|
||||
GetSizer()->Layout();
|
||||
#else
|
||||
(void) this;
|
||||
#endif
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue