X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..0b94182cdc4b226c26179caaa28222473262cb04:/src/msw/tooltip.cpp diff --git a/src/msw/tooltip.cpp b/src/msw/tooltip.cpp index 5f8221238b..f43fed3843 100644 --- a/src/msw/tooltip.cpp +++ b/src/msw/tooltip.cpp @@ -105,10 +105,10 @@ public: { // this tooltip must be shown only if the mouse hovers a specific rect // of the hwnd parameter! - rect.left = rc.GetLeft(); - rect.right = rc.GetRight(); - rect.top = rc.GetTop(); - rect.bottom = rc.GetBottom(); + rect.left = rc.GetLeft(); + rect.right = rc.GetRight(); + rect.top = rc.GetTop(); + rect.bottom = rc.GetBottom(); // note that not setting TTF_IDISHWND from the uFlags member means that the // ti.uId field should not contain the HWND but rather as MSDN says an