Skip to content

Fix Issue #18426 : Fix FastSelection when turning edge on

YUHAO QIU requested to merge FixSelectionWhenTurnEdgeOn into master

In the function "DrawingEdge()" that judges whether to draw an edge, &&!DrawingSelection is used to judge whether it is currently in selection mode.

Merge request reports