mirror of
https://github.com/tnodir/fort
synced 2024-11-15 18:56:55 +00:00
UI: Emit graphWindowChanged() only when window created.
This commit is contained in:
parent
25f8f64d30
commit
3c9e88dc79
@ -511,11 +511,11 @@ void FortManager::showGraphWindow()
|
|||||||
{
|
{
|
||||||
if (!m_graphWindow) {
|
if (!m_graphWindow) {
|
||||||
setupGraphWindow();
|
setupGraphWindow();
|
||||||
|
|
||||||
|
emit graphWindowChanged(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_graphWindow->show();
|
m_graphWindow->show();
|
||||||
|
|
||||||
emit graphWindowChanged(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void FortManager::closeGraphWindow(bool wasVisible)
|
void FortManager::closeGraphWindow(bool wasVisible)
|
||||||
|
Loading…
Reference in New Issue
Block a user