mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-03 13:30:37 -07:00
FIX: Refresh the dialog after changing the preset size of the Filament interface
Jira: STUDIO-13998 Change-Id: Ib57db4b9b64d815c3a6731f8a4a99ae2237f4473 (cherry picked from commit 41f3333aacd59788c25034ed4a94461a7b6a8e54)
This commit is contained in:
parent
299b821c5f
commit
94cde0fb3a
1 changed files with 5 additions and 0 deletions
|
|
@ -692,6 +692,11 @@ CreateFilamentPresetDialog::CreateFilamentPresetDialog(wxWindow *parent)
|
|||
Layout();
|
||||
Fit();
|
||||
|
||||
this->Bind(wxEVT_SIZE, [this](wxSizeEvent &event) {
|
||||
this->Refresh();
|
||||
event.Skip();
|
||||
});
|
||||
|
||||
wxGetApp().UpdateDlgDarkUI(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue