mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
When the mouse leaves the color-bar the status bar is cleared.
This commit is contained in:
parent
ca69e5572f
commit
a336900115
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user