fixes for full timeline updates, replace nums with syms for update interface
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / transitionpopup.C
index 97e5eeb71ecd48e10446ad3a207a2d518182f6bd..c5d82b4b1cf32cfc7c8e0b4688f02421870a295d 100644 (file)
@@ -159,7 +159,7 @@ int TransitionLengthText::handle_event()
        {
                gui->thread->length = result;
                mwindow->gui->lock_window();
-               mwindow->gui->update(0, 1, 0, 0, 0, 0, 0);
+               mwindow->gui->update(0, NORMAL_DRAW, 0, 0, 0, 0, 0);
                mwindow->gui->unlock_window();
        }