X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fgwindowgui.C;h=1fac6105e59ed24c8038f1b258fe872b28880104;hb=22c6251d37911a11e322bf7518e6a992ea0bb6c7;hp=bc250716b68b3937500159f6c779b21a0499d037;hpb=5ec378f09aeeb646705fdb8035b39a186374fba0;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/gwindowgui.C b/cinelerra-5.1/cinelerra/gwindowgui.C index bc250716..1fac6105 100644 --- a/cinelerra-5.1/cinelerra/gwindowgui.C +++ b/cinelerra-5.1/cinelerra/gwindowgui.C @@ -294,7 +294,7 @@ void GWindowGUI::create_objects() hard_edges = toggle; break; } - if( accel ) { + if( accel ) { int x1 = get_w() - BC_Title::calculate_w(this, accel) - xs10; add_subwindow(new BC_Title(x1, y, accel)); }