rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / assetedit.C
index 301cf482d94b0e2450acaa9ab6d87ed103340722..4df0f70a40ec52b27e363ae182d35b87146060a2 100644 (file)
@@ -875,7 +875,6 @@ DetailAssetButton::DetailAssetButton(AssetEditWindow *fwindow, int x, int y)
  : BC_GenericButton(x, y, _("Detail"))
 {
        this->fwindow = fwindow;
-       set_underline(0);
 }
 
 DetailAssetButton::~DetailAssetButton()
@@ -937,10 +936,12 @@ void DetailAssetWindow::create_objects()
                        break;
                }
        }
+       lock_window("DetailAssetWindow::create_objects");
        text = new BC_ScrollTextBox(this, x, y, get_w()-32, 23, info, -len);
        text->create_objects();  text->set_text_row(0);
        add_subwindow(new BC_OKButton(this));
        show_window();
+       unlock_window();
 }
 
 void DetailAssetDialog::start(Asset *asset, int x, int y)