From a336900115ac3f6cb5f9f61970adc1e93b544ff7 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 24 Mar 2010 17:40:58 -0300 Subject: [PATCH] When the mouse leaves the color-bar the status bar is cleared. --- src/widgets/colbar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/widgets/colbar.cpp b/src/widgets/colbar.cpp index 1acf6fc82..70a5a2459 100644 --- a/src/widgets/colbar.cpp +++ b/src/widgets/colbar.cpp @@ -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;