sams latest icons, rework proxy settings
[goodguy/history.git] / cinelerra-5.1 / guicast / bcslider.C
index fdb0c0307a04e573ba27a7b7a43bda5526d707a3..79283d291467c51120377e5b1b11b1ed9d521076 100644 (file)
@@ -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);
        }