diff options
Diffstat (limited to 'views/controls/label.h')
-rw-r--r-- | views/controls/label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/label.h b/views/controls/label.h index 04e22ee..9aeb951 100644 --- a/views/controls/label.h +++ b/views/controls/label.h @@ -154,7 +154,7 @@ class Label : public View { // when the label is multiline, in which case it just returns false (no // tooltip). If a custom tooltip has been specified with SetTooltipText() // it is returned instead. - virtual bool GetTooltipText(int x, int y, std::wstring* tooltip); + virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip); // Mouse enter/exit are overridden to render mouse over background color. // These invoke SetContainsMouse as necessary. |