Finished support for theme loading.
Fixed several bugs regarding theme loading. svn-id: r33728
This commit is contained in:
parent
103a4f6681
commit
185dbbe84d
9 changed files with 90 additions and 85 deletions
|
@ -510,6 +510,8 @@ void ListWidget::reflowLayout() {
|
|||
_entriesPerPage += (1 << 16);
|
||||
|
||||
_entriesPerPage >>= 16;
|
||||
|
||||
assert(_entriesPerPage > 0);
|
||||
|
||||
delete[] _textWidth;
|
||||
_textWidth = new int[_entriesPerPage];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue