...
authorpierre <ratinaud@univ-tlse2.fr>
Tue, 29 Oct 2024 16:44:17 +0000 (17:44 +0100)
committerpierre <ratinaud@univ-tlse2.fr>
Tue, 29 Oct 2024 16:44:17 +0000 (17:44 +0100)
vitemspicker.py

index 79e75df..937f0a0 100644 (file)
@@ -166,8 +166,7 @@ The items are displayed in the selection part of the widget'''
                 self._destData[len(self._destData)] = [newItem, '']
                 self._SetDestItems()
                 self._source.selected[newItem] = 1
-                self._source.Refresh()
-        #self.SetSelections(items)
+        self._source.Refresh()
         self._FireIpSelectionChanged()
 
     def _FireIpSelectionChanged(self):