Sketcher: fix contraints cmd crosshair color

This commit is contained in:
dulouie
2020-03-15 22:48:42 +01:00
committed by wwmayer
parent 799d113508
commit 134c841e08
2 changed files with 18 additions and 15 deletions

View File

@@ -231,7 +231,7 @@ void removeRedundantHorizontalVertical(Sketcher::SketchObject* psketch,
/* Sketch commands =======================================================*/
static const char cursor_crosshair_color_fmt[] = "+ c #%06lX";
static char cursor_crosshair_color[12];
char cursor_crosshair_color[12];
void DrawSketchHandler::setCrosshairColor()
{