add olaf de.po, opengl bg clr, asset drag select tweak
[goodguy/history.git] / cinelerra-5.1 / cinelerra / awindowgui.C
index cfdfb6dd03006c877f96df70833979dd684d1eed..a8e86742041e885f2ca4470223aa27e5428abf47 100644 (file)
@@ -2243,7 +2243,6 @@ int AWindowAssets::selection_changed()
                VIcon *vicon = 0;
                if( !gui->vicon_thread->vicon  ) {
                        vicon = item->vicon;
-                       deactivate_selection();
                }
                gui->vicon_thread->set_view_popup(vicon);
        }
@@ -2695,7 +2694,7 @@ AVIconDrawing::AVIconDrawing(AWindowGUI *agui, int x, int y, VFrame **images)
  : BC_Toggle(x, y, images, agui->vicon_drawing)
 {
        this->agui = agui;
-       set_tooltip(_("draw vicons"));
+       set_tooltip(_("Preview"));
 }
 
 void AVIconDrawing::calculate_geometry(AWindowGUI *agui, VFrame **images, int *ww, int *hh)