X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbctoggle.C;h=fdc963b6c69997e6d5223b31195a61adb24cf541;hb=c387b8938dc838e5b92d1cd735975d0928ecf61a;hp=01832bd47d5a4ee37f2ce527ada1c1530dca175d;hpb=a64e7d16c44bba0d137936227fc55871bb26c903;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bctoggle.C b/cinelerra-5.1/guicast/bctoggle.C index 01832bd4..fdc963b6 100644 --- a/cinelerra-5.1/guicast/bctoggle.C +++ b/cinelerra-5.1/guicast/bctoggle.C @@ -90,7 +90,7 @@ void BC_Toggle::calculate_extents(BC_WindowBase *gui, *h = frame->get_h(); *toggle_x = 0; *toggle_y = 0; - *text_x = *w + 5; + *text_x = *w + xS(5); *text_y = 0; *text_w = 0; *text_h = 0;