forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
2bf14c7614
commit
d64fa1ee48
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user