fixed issue 176

git-svn-id: http://tint2.googlecode.com/svn/trunk@285 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2009-12-16 09:04:50 +00:00
parent 7bf93151f9
commit b42e067629
4 changed files with 16 additions and 11 deletions

View File

@@ -739,9 +739,8 @@ int main (int argc, char *argv[])
if (!g_tooltip.enabled) break;
Panel* panel = get_panel(e.xmotion.window);
Area* area = click_area(panel, e.xmotion.x, e.xmotion.y);
if (area->_get_tooltip_text) {
if (area->_get_tooltip_text)
tooltip_trigger_show(area, panel, e.xmotion.x_root, e.xmotion.y_root);
}
else
tooltip_trigger_hide();
break;