diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx index c2c1ee2f0078..8414f3f9e262 100644 --- a/vcl/jsdialog/jsdialogbuilder.cxx +++ b/vcl/jsdialog/jsdialogbuilder.cxx @@ -1121,6 +1121,7 @@ void JSTreeView::select(int pos) } } enable_notify_events(); + sendUpdate(); } weld::TreeView* JSTreeView::get_drag_source() const { return g_DragSource; }