diff options
| author | Adrien Tétar | 2015-05-29 15:40:05 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-05-29 15:40:05 +0200 | 
| commit | 3d769d86cc997486cea888f47310b546d112151e (patch) | |
| tree | c7055ce12271b0bb6974f2a1f4e3d629a3ef6ac6 /Lib/defconQt/groupsView.py | |
| parent | b588ee3ca0dc77c37b7cc180ba1bdab04bd7de4e (diff) | |
| download | trufont-3d769d86cc997486cea888f47310b546d112151e.tar.bz2 | |
More stuff
Diffstat (limited to 'Lib/defconQt/groupsView.py')
| -rw-r--r-- | Lib/defconQt/groupsView.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Lib/defconQt/groupsView.py b/Lib/defconQt/groupsView.py index 96d9c86..db4645f 100644 --- a/Lib/defconQt/groupsView.py +++ b/Lib/defconQt/groupsView.py @@ -28,6 +28,7 @@ class GroupsWindow(QWidget):          # XXX: perf?          index = self.groupsList.indexFromItem(cur)          newKey = cur.text() -        self.font.groups[newKey] = self.font.groups.pop(self.groups[index]) +        self.font.groups[newKey] = self.font.groups[self.groups[index]] +        del self.font.groups[self.groups[index]]          self.groups[index] = newKey          #print(self.groupsList.currentItem().text())
\ No newline at end of file | 
