Keep the refresh command active when in edit mode
This commit is contained in:
parent
a734faae48
commit
2c8009cb74
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user