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
|
@ -230,7 +230,7 @@ public:
|
|||
static bool catch_error(std::function<void()> cb, const std::string& err);
|
||||
|
||||
void persist_window_geometry(wxTopLevelWindow *window, bool default_maximized = false);
|
||||
void update_ui_from_settings();
|
||||
void update_ui_from_settings(bool apply_free_camera_correction = true);
|
||||
|
||||
bool switch_language();
|
||||
bool load_language(wxString language, bool initial);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue