1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Show busy cursor on eject, improves

2.2.0-RC Eject is very slow in Linux #3795
This commit is contained in:
bubnikv
2020-03-11 18:25:05 +01:00
parent bbf212d5f6
commit 6664a548d6
+1
View File
@@ -5232,6 +5232,7 @@ void Plater::send_gcode()
// Called when the Eject button is pressed.
void Plater::eject_drive()
{
wxBusyCursor wait;
wxGetApp().removable_drive_manager()->eject_drive();
}