FIX: [STUDIO-1570] wkwebview background color

Change-Id: I6b18a2dbf654b71bff88e0c14317d4479358218a
This commit is contained in:
chunmao.guo
2022-12-07 10:05:37 +08:00
committed by Lane.Wei
parent 0f5202dea8
commit 629ec89f26
4 changed files with 14 additions and 0 deletions

View File

@@ -95,6 +95,8 @@ WebViewPanel::WebViewPanel(wxWindow *parent)
}
GetSizer()->Add(m_browser, wxSizerFlags().Expand().Proportion(1));
GetSizer()->Layout();
#else
(void) this;
#endif
});