fixed bug in taskbar drawing
git-svn-id: http://tint2.googlecode.com/svn/trunk@245 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -61,11 +61,11 @@ void init_tooltip()
|
||||
|
||||
void cleanup_tooltip()
|
||||
{
|
||||
alarm(0);
|
||||
tooltip_hide();
|
||||
g_tooltip.enabled = False;
|
||||
g_tooltip.current_state = TOOLTIP_ABOUT_TO_HIDE;
|
||||
if (g_tooltip.task) {
|
||||
alarm(0);
|
||||
g_tooltip.task = 0;
|
||||
}
|
||||
if (g_tooltip.window) {
|
||||
|
||||
Reference in New Issue
Block a user