From daba7bf90bb6223904e18817ca8c11400d5b52e1 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Sun, 25 Jan 2009 03:25:40 -0800 Subject: [PATCH] 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] --- toolbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toolbar.cpp b/toolbar.cpp index de042e59..d19f73c2 100644 --- a/toolbar.cpp +++ b/toolbar.cpp @@ -234,6 +234,7 @@ bool GraphicsWindow::ToolbarDrawOrHitTest(int mx, int my, th += 2; double ox = toolbarMouseX + 3, oy = toolbarMouseY + 3; + glLineWidth(1); glColor4d(1.0, 1.0, 0.6, 1.0); glBegin(GL_QUADS); glVertex2d(ox, oy);