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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user