titler font fixups, debian i386 build
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.C
index 89df76ae038fd356fac85e826c6127e38c9d1cfd..3b1332923fcc9953e21374d060afe169960a0254 100644 (file)
@@ -3999,6 +3999,7 @@ int BC_ListBox::activate(int x, int y, int w, int h)
        if( active || !is_popup || gui ) return 0;
        if(w != -1) popup_w = w;
        if(h != -1) popup_h = h;
+       reset_query();
        active = 1;
        if( y + popup_h > top_level->get_root_h(0) )
                y -= get_h() + popup_h;