Skip to content

Commit

Permalink
[TD]fix select vertex behind highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jun 8, 2023
1 parent b1782ee commit f3c4402
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Mod/TechDraw/Gui/ZVALUE.h
Expand Up @@ -7,16 +7,16 @@ namespace ZVALUE {
//border/label const int border = 0;
const int FACE = 10;
const int HATCH = 30;
const int HIDEDGE = 40;
const int SECTIONFACE = 45;
const int SECTIONHATCH = 46;
const int EDGE = 50;
const int VERTEX = 60;
const int SECTIONFACE = 40;
const int SECTIONHATCH = 41;
const int HIGHLIGHT = 50;
const int HIDEDGE = 60;
const int EDGE = 70;
const int VERTEX = 80;
const int SECTIONLINE = 90;
const int MATTING = 100;
const int DIMENSION = 110;
const int LABEL = 120;
const int SECTIONLINE = 80; //TODO: change to "DECORATION"? section lines, symmetry lines, etc?
const int HIGHLIGHT = 80;
const int MATTING = 100;
const int TRACKER = 125;
const int LOCK = 200;
}
Expand Down

0 comments on commit f3c4402

Please sign in to comment.