aldelaro5 / dolphin-memory-engine

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

Use splitter's section size to determine whether scanner pane is visible. #140

Closed cristian64 closed 6 months ago

cristian64 commented 6 months ago

This was a regression in e8ea2b3486973, where the visibility predicate was changed to something more readable. As it turned out, the visibility of the widget does not indicate whether it is visible: the splitter may be collapsed.

The predicate has now been reverted to what it was previously.

Test plan:

Without this change, the View > Scanner would be checked, even though the pane is collapsed.