Skip to content

Commit

Permalink
Drawing: small fix in DraftView command
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 26, 2015
1 parent 0da2e4c commit 6ffc0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Drawing/Gui/Command.cpp
Expand Up @@ -714,6 +714,7 @@ CmdDrawingDraftView::CmdDrawingDraftView()

void CmdDrawingDraftView::activated(int iMsg)
{
addModule(Gui,"Draft");
doCommand(Gui,"Gui.runCommand(\"Draft_Drawing\")");
}

Expand Down

0 comments on commit 6ffc0e1

Please sign in to comment.