mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
NotificationManager: Removed space reservation for "Slope visualization"
dialog, which is gone.
This commit is contained in:
parent
447f4b8303
commit
607c237749
4 changed files with 35 additions and 45 deletions
|
@ -2088,7 +2088,7 @@ void GLCanvas3D::render()
|
|||
|
||||
wxGetApp().plater()->get_mouse3d_controller().render_settings_dialog(*this);
|
||||
|
||||
wxGetApp().plater()->get_notification_manager()->render_notifications(*this, get_overelay_window_width(), get_slope_window_width());
|
||||
wxGetApp().plater()->get_notification_manager()->render_notifications(*this, get_overlay_window_width());
|
||||
|
||||
wxGetApp().imgui()->render();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue