Skip to content

Commit

Permalink
tooltip show point bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Ivanov committed Aug 1, 2014
1 parent 4d6b9e7 commit 5f4e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tb/tb_tooltips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void TBTooltipManager::OnMessageReceived (TBMessage *msg)

int x = TBWidget::pointer_move_widget_x;
int y = TBWidget::pointer_move_widget_y;
tipped_widget->ConvertToRoot(x, y);
TBWidget::hovered_widget->ConvertToRoot(x, y);
y += tooltip_point_offset_y;

m_tooltip->Show(x, y);
Expand Down

0 comments on commit 5f4e8e2

Please sign in to comment.