Fixed defaut shortcuts for view rotation - fixes #2756
This commit is contained in:
parent
c465ca261c
commit
0ea73730f9
|
@ -1244,7 +1244,7 @@ StdCmdViewRotateLeft::StdCmdViewRotateLeft()
|
|||
sWhatsThis = "Std_ViewXX";
|
||||
sStatusTip = QT_TR_NOOP("Rotate the view by 90\xc2\xb0 counter-clockwise");
|
||||
sPixmap = "view-rotate-left";
|
||||
//sAccel = "Shift Left";
|
||||
sAccel = "Shift+Left";
|
||||
eType = Alter3DView;
|
||||
}
|
||||
|
||||
|
@ -1269,7 +1269,7 @@ StdCmdViewRotateRight::StdCmdViewRotateRight()
|
|||
sWhatsThis = "Std_ViewXX";
|
||||
sStatusTip = QT_TR_NOOP("Rotate the view by 90\xc2\xb0 clockwise");
|
||||
sPixmap = "view-rotate-right";
|
||||
//sAccel = "Shift Right";
|
||||
sAccel = "Shift+Right";
|
||||
eType = Alter3DView;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user