mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 04:37:22 +01:00
fixes #1326 MDI subwindow title is left "Untitled" when GUI starts with a file on the command line
This commit is contained in:
parent
5a1aa6ceb3
commit
6c06a6523d
@ -543,6 +543,8 @@ void FWWindow::startupLoad()
|
||||
updateOpenRecentMenu(file);
|
||||
}
|
||||
|
||||
QCoreApplication::postEvent(this, new updateSubWindowTitlesEvent());
|
||||
|
||||
if (! st->getBool("UI/NoStartTip"))
|
||||
{
|
||||
StartTipDialog *stdlg = new StartTipDialog(this);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user