aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
158 stars 36 forks source link

Set initial state of the **Scanner** checkable action in the next event loop tick. #134

Closed cristian64 closed 1 month ago

cristian64 commented 1 month ago

Previously, the initial size of the main splitter was used to initialize the checkable action. However, that size is not accurate until the main window has been shown.

The action is now initialized in the next event loop tick, when the GUI is ready.

Fixes #131.