mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Change some search actions and results text. Force repaint for when resizing and show happens
This commit is contained in:
@@ -28,6 +28,10 @@ private:
|
||||
void send_actions();
|
||||
void search_tabs();
|
||||
void apply_rounded_shape();
|
||||
// Forces the webview to repaint after it is mapped / re-rendered. The popup is transparent and
|
||||
// chrome-less, so a missed frame leaves it blank until input; platform-specific because the
|
||||
// widget that actually paints is not always the wxWebView wrapper.
|
||||
void repaint_webview();
|
||||
void on_dpi_changed(const wxRect& suggested_rect) override;
|
||||
|
||||
bool m_page_ready{false};
|
||||
|
||||
Reference in New Issue
Block a user