diff options
Diffstat (limited to 'src/CallTip.cpp')
-rwxr-xr-x | src/CallTip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallTip.cpp b/src/CallTip.cpp index f4bc5f8..2de8eae 100755 --- a/src/CallTip.cpp +++ b/src/CallTip.cpp @@ -214,7 +214,7 @@ void CallTip::PaintCT(Surface *surfaceWindow) { surfaceWindow->FillRectangle(rcClient, colourBG.allocated); - offsetMain = insetX; // initial alignment assuming no arrows + offsetMain = insetX; // initial tqalignment assuming no arrows PaintContents(surfaceWindow, true); // Draw a raised border around the edges of the window |