Keep the refresh command active when in edit mode

This commit is contained in:
wmayer 2012-11-28 11:27:51 +01:00
parent a734faae48
commit 2c8009cb74

View File

@ -1067,6 +1067,7 @@ StdCmdRefresh::StdCmdRefresh()
sStatusTip = QT_TR_NOOP("Recomputes the current active document");
sPixmap = "view-refresh";
sAccel = keySequenceToAccel(QKeySequence::Refresh);
eType = AlterDoc | Alter3DView | AlterSelection | ForEdit;
}
void StdCmdRefresh::activated(int iMsg)