mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Qt/GameList: Fix empty columns showing up when they should get hidden
This commit is contained in:
parent
52dd41fa95
commit
727b6ba81a
@ -614,6 +614,8 @@ void GameList::OnHeaderViewChanged()
|
||||
|
||||
block = true;
|
||||
|
||||
UpdateColumnVisibility();
|
||||
|
||||
// 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
|
||||
// space ourselves!
|
||||
|
Loading…
x
Reference in New Issue
Block a user