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:
Abdullah Tahiri
2021-03-13 06:03:28 +01:00
parent 011e19060a
commit a8cb3d5dfb

View File

@@ -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();
}