refresh frame fix, dblclk proxy viewer fix, vicon refresh fix for awdw resize, fix...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcslider.C
index fdb0c0307a04e573ba27a7b7a43bda5526d707a3..7a60a1f44ee423a3c953b92d71cb0ffd8949803d 100644 (file)
@@ -22,7 +22,7 @@
 #include "bcpixmap.h"
 #include "bcresources.h"
 #include "bcslider.h"
-#include "colors.h"
+#include "bccolors.h"
 #include "fonts.h"
 #include "keys.h"
 #include "units.h"
@@ -208,7 +208,6 @@ int BC_Slider::repeat_event(int64_t duration)
                                set_tooltip(get_caption());
                                show_tooltip();
                        }
-                       tooltip_done = 1;
                        return 1;
                }
        }
@@ -256,7 +255,6 @@ int BC_Slider::cursor_enter_event()
 //printf("BC_Slider::cursor_enter_event 1\n");
        if(top_level->event_win == win && status == SLIDER_UP)
        {
-               tooltip_done = 0;
                status = SLIDER_HI;
                draw_face(1);
        }