TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.2k stars 384 forks source link

Setting an explicit window size can result in the window decorations and menubar being off-screen #2780

Open ghost opened 3 years ago

ghost commented 3 years ago

Summary

Using a custom window size apparently puts the top of the emulator and therefore accessing his tools out of reach, only after being restarted after setting the custom display size. It's simply manually fixed by resizing each time the window, but it's a minor thing thats there anyway

Repro

  1. Open bizhawk
  2. Open config --> Display
  3. Put a custom size ( i used 1352x968 )
  4. Click Ok, then close and reopen the emulator
  5. The top of bizhawk window will always be out of reach on the top of the screen until manually resized

Visual repro: https://www.youtube.com/watch?v=dvQa5dh1Vdc

YoshiRulz commented 3 years ago

Probably checks that (0, 0) is on-screen when the window decorations are at (0, -32). I call "not it" on figuring out how to measure the window decorations :P