mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
#4888 - Fixed jerky movements in Preview when using 3D mouse
This commit is contained in:
parent
ebcd073fd3
commit
5d3d9d9b92
9 changed files with 39 additions and 36 deletions
|
@ -1180,9 +1180,9 @@ void fatal_error(wxWindow* parent)
|
|||
|
||||
// Called after the Preferences dialog is closed and the program settings are saved.
|
||||
// Update the UI based on the current preferences.
|
||||
void GUI_App::update_ui_from_settings()
|
||||
void GUI_App::update_ui_from_settings(bool apply_free_camera_correction)
|
||||
{
|
||||
mainframe->update_ui_from_settings();
|
||||
mainframe->update_ui_from_settings(apply_free_camera_correction);
|
||||
}
|
||||
|
||||
void GUI_App::persist_window_geometry(wxTopLevelWindow *window, bool default_maximized)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue