Oops, wasn't setting line width for the tool tips on the toolbar;

and with the naked edge stuff I just added, that was wrong.

[git-p4: depot-paths = "//depot/solvespace/": change = 1904]
solver
Jonathan Westhues 2009-01-25 03:25:40 -08:00
parent 2e4ec6dd04
commit daba7bf90b
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ bool GraphicsWindow::ToolbarDrawOrHitTest(int mx, int my,
th += 2; th += 2;
double ox = toolbarMouseX + 3, oy = toolbarMouseY + 3; double ox = toolbarMouseX + 3, oy = toolbarMouseY + 3;
glLineWidth(1);
glColor4d(1.0, 1.0, 0.6, 1.0); glColor4d(1.0, 1.0, 0.6, 1.0);
glBegin(GL_QUADS); glBegin(GL_QUADS);
glVertex2d(ox, oy); glVertex2d(ox, oy);