Commit 1ba05503 authored by Dan Pascu's avatar Dan Pascu

Fixed focus issues in contact list when dragging groups

parent c5d4186f
...@@ -230,7 +230,6 @@ class ContactGroupWidget(base_class, ui_class): ...@@ -230,7 +230,6 @@ class ContactGroupWidget(base_class, ui_class):
self.selected = False self.selected = False
self.drop_indicator = None self.drop_indicator = None
self._disable_dnd = False self._disable_dnd = False
self.setFocusProxy(parent)
self.label_widget.setFocusProxy(self) self.label_widget.setFocusProxy(self)
self.name_view.setCurrentWidget(self.label_widget) self.name_view.setCurrentWidget(self.label_widget)
self.name_editor.editingFinished.connect(self._end_editing) self.name_editor.editingFinished.connect(self._end_editing)
......
Markdown is supported
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