Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcpot.C
index 6b91b33c6e067011074d4e76cf3c9393d03baf71..c5ad40ca17005c77d6af26b121bde95723b3fafa 100644 (file)
@@ -284,8 +284,10 @@ int BC_Pot::keypress_event()
                show_value_tooltip();
                draw(1);
                handle_event();
+               return result;
        }
-       return result;
+
+       return context_help_check_and_show();
 }
 
 int BC_Pot::cursor_enter_event()