Skip to content

Commit

Permalink
[Gui] Reorder Drawstyle menu bugfix
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
carlopav authored and yorikvanhavre committed Mar 12, 2020
1 parent a9115ed commit 9a36a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/CommandView.cpp
Expand Up @@ -621,7 +621,7 @@ Gui::Action * StdCmdDrawStyle::createAction(void)
a5->setObjectName(QString::fromLatin1("Std_DrawStyleShaded"));
a5->setShortcut(QKeySequence(QString::fromUtf8("V,6")));
QAction* a6 = pcAction->addAction(QString());
a1->setCheckable(true);
a6->setCheckable(true);
a6->setIcon(BitmapFactory().iconFromTheme("DrawStyleFlatLines"));
a6->setObjectName(QString::fromLatin1("Std_DrawStyleFlatLines"));
a6->setShortcut(QKeySequence(QString::fromUtf8("V,7")));
Expand Down
2 changes: 2 additions & 0 deletions src/Gui/Icons/resource.qrc
Expand Up @@ -138,6 +138,8 @@
<file>DrawStylePoints.svg</file>
<file>DrawStyleShaded.svg</file>
<file>DrawStyleWireFrame.svg</file>
<file>DrawStyleHiddenLine.svg</file>
<file>DrawStyleNoShading.svg</file>
<file>user.svg</file>
<file>Std_CoordinateSystem.svg</file>
<file>Std_CoordinateSystem_alt.svg</file>
Expand Down

0 comments on commit 9a36a37

Please sign in to comment.