When the mouse leaves the color-bar the status bar is cleared.

This commit is contained in:
David Capello 2010-03-24 17:40:58 -03:00
parent ca69e5572f
commit a336900115

View File

@ -455,6 +455,8 @@ static bool colorbar_msg_proc(JWidget widget, JMessage msg)
if (colorbar->hot != HOTCOLOR_NONE) {
colorbar->hot = HOTCOLOR_NONE;
jwidget_dirty(widget);
statusbar_set_text(app_get_statusbar(), 0, "");
}
break;