ui/qt/list.cpp

changeset 672
1b08ba076b65
parent 637
6a2c744fe042
child 723
e513086eadbb
--- a/ui/qt/list.cpp	Fri Jul 18 21:49:29 2025 +0200
+++ b/ui/qt/list.cpp	Fri Jul 18 21:54:33 2025 +0200
@@ -84,7 +84,7 @@
             SLOT(selectionChanged(const QItemSelection &, const QItemSelection &)));
     
     
-    ctn->add(view, false);
+    ctn->add(view);
     
     return view;
 }
@@ -124,7 +124,7 @@
             SLOT(selectionChanged(const QItemSelection &, const QItemSelection &)));
     
     
-    ctn->add(view, false);
+    ctn->add(view);
     
     return view;
 }

mercurial