Gerrit: Refresh when the dialog is re-opened

Task-number: QTCREATORBUG-10028
Change-Id: I60d91d88df5596f7d34605ed28d0cc6ef3427a8c
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Orgad Shaneh
2017-06-02 09:42:09 +03:00
committed by Orgad Shaneh
parent 2bf14c7614
commit d64fa1ee48
3 changed files with 6 additions and 5 deletions

View File

@@ -377,6 +377,7 @@ void GerritPlugin::openView()
m_dialog->setWindowState(state & ~Qt::WindowMinimized);
m_dialog->show();
m_dialog->raise();
m_dialog->refresh();
}
void GerritPlugin::push()