font debug env var, drag fixes, cposer hide scrollbar, plugin tool tip
[goodguy/history.git] / cinelerra-5.1 / cinelerra / awindowgui.C
index 1267c001cd289b43079c538f58a189be1be54259..da146a611be72b957580146f206159cc79e6d97c 100644 (file)
@@ -1453,7 +1453,7 @@ AWindowAssets::AWindowAssets(MWindow *mwindow, AWindowGUI *gui, int x, int y, in
                0,                // If this listbox is a popup window
                LISTBOX_MULTIPLE, // Select one item or multiple items
                ICON_TOP,         // Position of icon relative to text of each item
-               1)                // Allow drag
+               -1)               // Allow drags, require shift for scrolling
 {
        this->mwindow = mwindow;
        this->gui = gui;