mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-05 11:56:41 +02:00

Commit 33487ab5f20309e33b4734dbea9201b5b0d893a2 introduced a regression where items would vanish from the toolbar. This adds a call to Realize() after the reinsertions of the play/pause button as required per documentation. Thanks to Simonwayneee for noticing this!