--- a/src/gldraw.h Sat Aug 17 00:02:17 2013 +0300 +++ b/src/gldraw.h Sat Aug 17 00:47:24 2013 +0300 @@ -154,6 +154,7 @@ void updateRectVerts(); void pick (uint mouseX, uint mouseY); // Perform object selection void setObjectColor (LDObject* obj, const ListType list); // Set the color to an object list + QColor getTextPen() const; // Determine which color to draw text with private slots: void slot_toolTipTimer();