mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Show busy cursor on eject, improves
2.2.0-RC Eject is very slow in Linux #3795
This commit is contained in:
@@ -5232,6 +5232,7 @@ void Plater::send_gcode()
|
|||||||
// Called when the Eject button is pressed.
|
// Called when the Eject button is pressed.
|
||||||
void Plater::eject_drive()
|
void Plater::eject_drive()
|
||||||
{
|
{
|
||||||
|
wxBusyCursor wait;
|
||||||
wxGetApp().removable_drive_manager()->eject_drive();
|
wxGetApp().removable_drive_manager()->eject_drive();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user