Drawing: small fix in DraftView command

This commit is contained in:
Yorik van Havre 2015-01-26 16:00:13 -02:00
parent 0da2e4c45a
commit 6ffc0e177a

View File

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