mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-23 18:40:18 +00:00
Qt: Fix missing status message on delayed progress show
This commit is contained in:
parent
e9644c7eeb
commit
58f5d7e1ba
@ -47,9 +47,7 @@ void QtModalProgressCallback::SetStatusText(const std::string_view text)
|
|||||||
{
|
{
|
||||||
ProgressCallback::SetStatusText(text);
|
ProgressCallback::SetStatusText(text);
|
||||||
checkForDelayedShow();
|
checkForDelayedShow();
|
||||||
|
m_dialog.setLabelText(QtUtils::StringViewToQString(text));
|
||||||
if (m_dialog.isVisible())
|
|
||||||
m_dialog.setLabelText(QtUtils::StringViewToQString(text));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtModalProgressCallback::SetProgressRange(u32 range)
|
void QtModalProgressCallback::SetProgressRange(u32 range)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user