summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.cpp
diff options
context:
space:
mode:
authorChristian Widmer <shadow@umbrox.de>2015-10-08 15:27:28 +0200
committerChristian Widmer <shadow@umbrox.de>2015-10-11 05:01:59 +0200
commit4d78aea41de1ec640bff8bbbed43a0d0fa6afa4d (patch)
tree5621eca1ebc4dda6abc8693bb87269601a380fc8 /Source/Core/Common/StringUtil.cpp
parentdf20326d45e2f82dac77a633cf7a326149b0d8d7 (diff)
DolphinWX: Add items to visible columns only
Before the columns of the gamelist were filled with content regardless of their visibility. This led to display bugs when certain columns, for example the region column, were hidden. The first problem was the InsertItemInReportView() function because it refilled all columns with content on every call to update() without checking for their visibility. While this issue would have easily been solved by adding conditionals before each column update, the maker column would have still caused problems for it autohides on resize and those do not call update(). Therefore it was necessary to move the column update logic from InsertItemInReportView() to a new one that allows for seperate modification of an item's columns.
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
0 files changed, 0 insertions, 0 deletions