X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmbuttons.h;h=698c4e839a11340f12867a1c3a0150246f2cb98b;hp=06e538489b77fb1b8239fea72a9320a6e6d38107;hb=0e6cf5b52d1ebce9272270144bcf43df4683507e;hpb=f068b73c1d4afafbf6d86e7f5bc8f1c96b5366d3 diff --git a/cinelerra-5.1/cinelerra/mbuttons.h b/cinelerra-5.1/cinelerra/mbuttons.h index 06e53848..698c4e83 100644 --- a/cinelerra-5.1/cinelerra/mbuttons.h +++ b/cinelerra-5.1/cinelerra/mbuttons.h @@ -72,6 +72,7 @@ class MainTransport : public PlayTransport { public: MainTransport(MWindow *mwindow, MButtons *mbuttons, int x, int y); + bool use_mixers() { return true; } void goto_start(); void goto_end(); };