Commit 7cf869c9 authored by Victor Poughon's avatar Victor Poughon
Browse files

BUG: fix mvd drag and drop

No related merge requests found
Showing with 1 addition and 4 deletions
+1 -4
......@@ -147,10 +147,7 @@ QtWidgetView
{
QWidget * widget = otb::Wrapper::QtWidgetView::CreateInputWidgets();
otb::Wrapper::QtWidgetParameterBase *paramWidget =
widget->findChild<otb::Wrapper::QtWidgetParameterBase*>();
SetupParameterWidgets(paramWidget);
SetupParameterWidgets(widget);
return widget;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment