Drawing: small fix in DraftView command

This commit is contained in:
Yorik van Havre
2015-01-26 16:00:13 -02:00
parent 15428fbb1e
commit 7a40da3497

View File

@@ -714,6 +714,7 @@ CmdDrawingDraftView::CmdDrawingDraftView()
void CmdDrawingDraftView::activated(int iMsg)
{
addModule(Gui,"Draft");
doCommand(Gui,"Gui.runCommand(\"Draft_Drawing\")");
}