Qt/GameList: Fix empty columns showing up when they should get hidden

This commit is contained in:
spycrab 2018-06-27 14:10:53 +02:00
parent 52dd41fa95
commit 727b6ba81a
1 changed files with 2 additions and 0 deletions

View File

@ -614,6 +614,8 @@ void GameList::OnHeaderViewChanged()
block = true; block = true;
UpdateColumnVisibility();
// So here's the deal: Qt's way of resizing stuff around stretched columns sucks ass // So here's the deal: Qt's way of resizing stuff around stretched columns sucks ass
// That's why instead of using Stretch, we'll just make resizable columns take all the available // That's why instead of using Stretch, we'll just make resizable columns take all the available
// space ourselves! // space ourselves!