Skip to content

Commit

Permalink
Show wait cursor when re/loading a skin (not during startup)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Oct 9, 2024
1 parent 2400336 commit 498d049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixxxmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#include "util/debug.h"
#include "util/desktophelper.h"
#include "util/sandbox.h"
#include "util/scopedoverridecursor.h"
#include "util/timer.h"
#include "util/versionstore.h"
#include "waveform/guitick.h"
Expand Down Expand Up @@ -1167,6 +1168,7 @@ void MixxxMainWindow::slotTooltipModeChanged(mixxx::preferences::Tooltips tt) {
void MixxxMainWindow::rebootMixxxView() {
qDebug() << "Now in rebootMixxxView...";

ScopedWaitCursor cursor;
// safe geometry for later restoration
const QRect initGeometry = geometry();

Expand Down

0 comments on commit 498d049

Please sign in to comment.