mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Fix linux assertion
This commit is contained in:
parent
3a185d7f57
commit
451f04b590
1 changed files with 1 additions and 3 deletions
|
@ -112,9 +112,7 @@ public:
|
|||
|
||||
Bind(wxEVT_SIZE, [this](wxSizeEvent &) {
|
||||
const wxSize ClientSize = GetClientSize();
|
||||
|
||||
m_display->set_screen_size(ClientSize.x, ClientSize.y);
|
||||
m_display->repaint();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue