mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix a crash when insep is 0
This commit is contained in:
parent
34aeab5f77
commit
9fc4c67187
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ void UIListCtrl::MousePressed
|
|||
m_sizestate.column = closesep;
|
||||
m_sizestate.min = closeatleft - m_columnlist.ObjectAt(closesep).width;
|
||||
uWinMan.setFirstResponder(this);
|
||||
} else {
|
||||
} else if (insep) {
|
||||
SortByColumn(m_columnlist.ObjectAt(insep).name);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue