X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fguicast%2Fbcpot.C;h=7417e79ed6a780a221aedc28058022eed0e7d15e;hb=4f7f413cbc1c6ea5da27cb75ca27a3ab317243ec;hp=d9cb1594db9559cc9d49800630945d7ca7d6d123;hpb=72a6abf751403bd91464e77ff2cece01c9756a6b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcpot.C b/cinelerra-5.1/guicast/bcpot.C index d9cb1594..7417e79e 100644 --- a/cinelerra-5.1/guicast/bcpot.C +++ b/cinelerra-5.1/guicast/bcpot.C @@ -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;