View Revisions: Issue #4478
Summary | 0004478: Active constraint tool blocks sidebar tasks from working | ||
---|---|---|---|
Revision | 2020-10-29 17:53 by openBrain | ||
Additional Information | Basically, any command that requires a check through isSketcherAcceleratorActive() does not work when a Constraint operation is active, and is silently cancelled by the condition that requires that Mode == ViewProviderSketch::STATUS_NONE. In the forums discussion (https://forum.freecadweb.org/viewtopic.php?f=3&t=51555) chrisb suggests: "It should behave in the same way as when selecting a different geometric constraint or a geometric element creation icon: the previously selected function is cancelled immediately." |
||
Revision | 2020-10-29 17:08 by chennes | ||
Additional Information | Basically, any command that requires a check through isSketcherAcceleratorActive() does not work when a Constraint operation is active, and is silently cancelled by the condition that requires that Mode == ViewProviderSketch::STATUS_NONE. In the forums discussion (https://forum.freecadweb.org/viewtopic.php?f=3&t=51555) chrisb suggests: "It should behave in the same way as when selecting a different geometric constraint or a geometric element creation icon: the previously selected function is cancelled immediately." |
||
Revision | 2020-10-29 17:04 by chennes | ||
Additional Information | Basically, any command that requires a check through isSketcherAcceleratorActive() does not work, and is silently cancelled by the condition that requires that Mode == ViewProviderSketch::STATUS_NONE. In the forums discussion (https://forum.freecadweb.org/viewtopic.php?f=3&t=51555) chrisb suggests: "It should behave in the same way as when selecting a different geometric constraint or a geometric element creation icon: the previously selected function is cancelled immediately." |