no longer need ffmpeg patch0 which was for Termux
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tipwindow.C
index df0e6f6fb1d943115336cf5f73d4d0c4808baf9d..6014b50402243a53135e8d86c21e1845134fc667 100644 (file)
@@ -117,7 +117,7 @@ void TipWindow::prev_tip()
 
 TipWindowGUI::TipWindowGUI(MWindow *mwindow, TipWindow *thread, int x, int y)
  : BC_Window(_(PROGRAM_NAME ": Tip of the day"), x, y,
-               xS(640), yS(100), xS(640), yS(100), 0, 0, 1)
+               xS(640), yS(110), xS(640), yS(110), 0, 0, 1)
 {
        this->mwindow = mwindow;
        this->thread = thread;
@@ -156,7 +156,7 @@ int TipWindowGUI::keypress_event()
                set_done(0);
                break;
        }
-       return 0;
+       return context_help_check_and_show();
 }