Qt: Fix missing status message on delayed progress show

pull/3341/head
Stenzek 11 months ago
parent e9644c7eeb
commit 58f5d7e1ba
No known key found for this signature in database

@ -47,8 +47,6 @@ void QtModalProgressCallback::SetStatusText(const std::string_view text)
{ {
ProgressCallback::SetStatusText(text); ProgressCallback::SetStatusText(text);
checkForDelayedShow(); checkForDelayedShow();
if (m_dialog.isVisible())
m_dialog.setLabelText(QtUtils::StringViewToQString(text)); m_dialog.setLabelText(QtUtils::StringViewToQString(text));
} }

Loading…
Cancel
Save