version update, bld tweaks, resize track booby, 10fps for images
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / resizetrackthread.C
index f8e3de367561a23568d7089204a981b54cfd1d6b..b8368ff400d314caf865ddf1cfc97467649c9101 100644 (file)
@@ -329,10 +329,12 @@ void ResizeAssetThread::update()
        char string[BCTEXTLEN];
        asset->width = w;
        asset->height = h;
+       fwindow->lock_window("ResizeAssetThread::update");
        sprintf(string, "%d", asset->width);
        fwindow->win_width->update(string);
        sprintf(string, "%d", asset->height);
        fwindow->win_height->update(string);
+       fwindow->unlock_window();
 }
 
 ResizeAssetButton::ResizeAssetButton(AssetEditWindow *fwindow, int x, int y)