Skip to content

Commit c397800

Browse files
committed
Fix for bug #1722
- Removed the Ambiguous shortcut. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 63b48f9 commit c397800

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OMNotebook/OMNotebookGUI/notebook.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,6 @@ void NotebookWindow::createInsertMenu()
15961596

15971597
//Sketch
15981598
insertSketch = new QAction( tr("&Sketch"), this );
1599-
insertSketch->setShortcut( tr("Ctrl+Shift+S") );
16001599
insertSketch->setStatusTip( tr("Sketch App") );
16011600
connect( insertSketch, SIGNAL( triggered() ),
16021601
this, SLOT( Sketch() ));

0 commit comments

Comments
 (0)