Sketcher: allow icon/color update in STATUS_SKETCH_UseHandler mode
================================================================== Updating color and constraint icons does not seem necessary in other modes: https://forum.freecadweb.org/viewtopic.php?f=3&t=56064&start=10#p486578
This commit is contained in:
@@ -5880,7 +5880,7 @@ Restart:
|
||||
}
|
||||
|
||||
// Avoids unneeded calls to pixmapFromSvg
|
||||
if(Mode==STATUS_NONE) {
|
||||
if(Mode==STATUS_NONE || Mode==STATUS_SKETCH_UseHandler) {
|
||||
this->drawConstraintIcons();
|
||||
this->updateColor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user