titler fixes, auto paste bug, resize popup hang, focus policy fix, chk lang
[goodguy/history.git] / cinelerra-5.1 / guicast / bcpan.C
index 7af2d1eb3591ce18080de6a74cdbb4376e38ba70..e35925f43c38ac6017a39494d5d5863730accb67 100644 (file)
@@ -192,12 +192,11 @@ int BC_Pan::button_release_event()
 
 int BC_Pan::repeat_event(int64_t duration)
 {
-       if( highlighted && !active && !tooltip_done &&
+       if( highlighted && !active &&
                tooltip_text && tooltip_text[0] != 0 &&
                duration == top_level->get_resources()->tooltip_delay )
        {
                show_tooltip();
-               tooltip_done = 1;
                return 1;
        }
        return 0;
@@ -207,7 +206,6 @@ int BC_Pan::cursor_enter_event()
 {
        if(is_event_win() && !highlighted)
        {
-               tooltip_done = 0;
                highlighted = 1;
                draw(1, 1);
        }