fix yscale range, fix ffmpeg plugin param scroll pos, add shft lmb to overlay window
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginfclient.C
index c5d02db8ae36b69a7c11eb5f9a19fd056a31d4d6..6ffcc1ed1e28516abcece7107c9afccdd44b50ca 100644 (file)
@@ -524,7 +524,8 @@ int PluginFClient_OptPanel::update()
        const char *cols[] = { "option", "value", };
        const int col1_w = 150;
        int wids[] = { col1_w, get_w()-col1_w };
-       BC_ListBox::update(&items[0], &cols[0], &wids[0], sizeof(items)/sizeof(items[0]));
+       BC_ListBox::update(&items[0], &cols[0], &wids[0], sizeof(items)/sizeof(items[0]),
+               get_xposition(), get_yposition(), get_highlighted_item());
        return 0;
 }