diff options
-rw-r--r-- | keylist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keylist.cpp b/keylist.cpp index 9ebcbee..f54f1e9 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -71,6 +71,8 @@ void KeyList::contextMenuEvent(QContextMenuEvent *event) void KeyList::refresh() { + // while filling the table, sort enabled causes errors + m_keyList->setSortingEnabled(false); m_keyList->clear(); QStringList labels; |