Skip to content
Snippets Groups Projects
Commit 0403c958 authored by Bienchen's avatar Bienchen
Browse files

Made deselection in the superpose dialog a bit faster

parent 440287b2
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ class ChainComboBox(QComboBox):
def focusOutEvent (self, event):
if self.gfx:
self.gfx.SetSelection(self.entity.Select('cname=All'))
self.gfx.selection = None
def SetItems(self, ent, gfx):
self.clear()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment