splashgui text clr, faders/speed keyframe popup slider rework, reticle rework
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.C
index e52d42fa49a1dd4a43f9174d043457a0eefa71cb..54bab352a6f7a6b12db02067a4b21c36b5831db3 100644 (file)
@@ -3152,7 +3152,8 @@ int BC_ListBox::cursor_motion_event()
 
 // Moved out of item area
                        if( old_highlighted_item != highlighted_item ) {
-                               redraw_items = 1;
+                               if( !mouse_over_event(highlighted_item) )
+                                       redraw_items = 1;
                        }
 
 //printf("BC_ListBox::cursor_motion_event 1 %d\n", highlighted_item);