titler fixes, auto paste bug, resize popup hang, focus policy fix, chk lang
[goodguy/history.git] / cinelerra-5.1 / guicast / bcpot.C
index d9cb1594db9559cc9d49800630945d7ca7d6d123..7417e79ed6a780a221aedc28058022eed0e7d15e 100644 (file)
@@ -247,7 +247,6 @@ int BC_Pot::repeat_event(int64_t duration)
                                }
                                else
                                        show_tooltip();
-                               tooltip_done = 1;
                        }
                        return 1;
                }
@@ -291,7 +290,6 @@ int BC_Pot::cursor_enter_event()
 {
        if(top_level->event_win == win && enabled)
        {
-               tooltip_done = 0;
                if(!top_level->button_down && status == POT_UP)
                {
                        status = POT_HIGH;