Invalid defaut value for sortable was used in list widget

This commit is contained in:
Marianne Gagnon 2014-07-23 18:43:12 -04:00
parent 16d4f0481e
commit 7f56bf6946

View File

@ -43,7 +43,7 @@ ListWidget::ListWidget() : Widget(WTYPE_LIST)
m_sort_desc = false;
m_sort_default = true;
m_sort_col = 0;
m_sortable = false;
m_sortable = true;
}
// -----------------------------------------------------------------------------