Lock constraint can be applied with better selection

Can't yet start without selection: the button on toolbar is not active
without a selection yet
This commit is contained in:
AjinkyaDahale
2016-12-20 03:07:49 +05:30
committed by wmayer
parent c312e254d1
commit 640c6d0e06
3 changed files with 93 additions and 19 deletions

View File

@@ -61,16 +61,9 @@ using namespace Sketcher;
//**************************************************************************
// Construction/Destruction
DrawSketchHandler::DrawSketchHandler()
: sketchgui(0)
{
DrawSketchHandler::DrawSketchHandler() : sketchgui(0) {}
}
DrawSketchHandler::~DrawSketchHandler()
{
}
DrawSketchHandler::~DrawSketchHandler() {}
void DrawSketchHandler::quit(void)
{