GlyphDBEdit: show newest glyphs on top.
This commit is contained in:
parent
892038f65b
commit
bcc0b86001
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class GlyphDBModel(QAbstractTableModel):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
self.glyphdb = glyphdb
|
self.glyphdb = glyphdb
|
||||||
self.values = list(glyphdb.values())
|
self.values = list(glyphdb.values())
|
||||||
|
self.values.reverse()
|
||||||
|
|
||||||
def rowCount(self, parent):
|
def rowCount(self, parent):
|
||||||
return len(self.values)
|
return len(self.values)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue