X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flevelwindowgui.C;h=ac28f56f4fe68409064cd5613d9b8be0859bd6b9;hb=f72fd9717aabd2c08ffb2da16d4008d4b42cde08;hp=22a0c173332e075d5ac6b8b4c1f88ca94f38f2a4;hpb=07217a92dbd5263eeb531053a3c62622f9bf925c;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/levelwindowgui.C b/cinelerra-5.1/cinelerra/levelwindowgui.C index 22a0c173..ac28f56f 100644 --- a/cinelerra-5.1/cinelerra/levelwindowgui.C +++ b/cinelerra-5.1/cinelerra/levelwindowgui.C @@ -35,18 +35,14 @@ LevelWindowGUI::LevelWindowGUI(MWindow *mwindow, LevelWindow *thread) : BC_Window(_(PROGRAM_NAME ": Levels"), - mwindow->session->lwindow_x, - mwindow->session->lwindow_y, - mwindow->session->lwindow_w, - mwindow->session->lwindow_h, - 10, - 10, - 1, - 0, - 1) + mwindow->session->lwindow_x, mwindow->session->lwindow_y, + mwindow->session->lwindow_w, mwindow->session->lwindow_h, + xS(10), yS(10), 1, 0, 1) { this->thread = thread; this->mwindow = mwindow; +// *** CONTEXT_HELP *** + context_help_set_keyword("Sound Level Meters Window"); } LevelWindowGUI::~LevelWindowGUI() @@ -127,7 +123,7 @@ int LevelWindowGUI::keypress_event() return 1; } } - return 0; + return context_help_check_and_show(); } int LevelWindowGUI::reset_over()