Improve radius/diameter dims for ellipse,spline
This commit is contained in:
@@ -92,6 +92,7 @@ DrawView::~DrawView()
|
||||
|
||||
App::DocumentObjectExecReturn *DrawView::execute(void)
|
||||
{
|
||||
// Base::Console().Message("DV::execute() - %s\n", getNameInDocument());
|
||||
handleXYLock();
|
||||
requestPaint();
|
||||
return App::DocumentObject::execute();
|
||||
@@ -429,6 +430,7 @@ bool DrawView::keepUpdated(void)
|
||||
|
||||
void DrawView::requestPaint(void)
|
||||
{
|
||||
// Base::Console().Message("DV::requestPaint() - %s\n", getNameInDocument());
|
||||
signalGuiPaint(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user