add file size toggle icons, ff_lut3d icon, fullscrn clk2play fix, timebar endpt curso...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcpan.C
index 7af2d1eb3591ce18080de6a74cdbb4376e38ba70..d8bce87265d3cf6622c480adee4e538053dda272 100644 (file)
@@ -24,7 +24,7 @@
 #include "bcpopup.h"
 #include "bcresources.h"
 #include "clip.h"
-#include "colors.h"
+#include "bccolors.h"
 #include "fonts.h"
 #include "rotateframe.h"
 #include "units.h"
@@ -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);
        }