Invalid defaut value for sortable was used in list widget
This commit is contained in:
parent
16d4f0481e
commit
7f56bf6946
@ -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;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user