TermWindow::TermWindow(): Update the TerminalRoster's window info.
Fixes #6880. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39572 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
25dc253d6a
commit
65b57677b5
@ -223,6 +223,10 @@ TermWindow::TermWindow(const BString& title, Arguments* args)
|
||||
// init the GUI and add a tab
|
||||
_InitWindow();
|
||||
_AddTab(args);
|
||||
|
||||
// Announce our window as no longer minimized. That's not true, since it's
|
||||
// still hidden at this point, but it will be shown very soon.
|
||||
fTerminalRoster.SetWindowInfo(false, Workspaces());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user