Loreinator / Shuffle-Move

Program to help choose moves in the Pokemon Shuffle puzzle game
GNU General Public License v3.0
97 stars 18 forks source link

"choose move" subwindow can't be recovered if it was ever offscreen #309

Closed EvilProfesseur closed 7 years ago

EvilProfesseur commented 7 years ago

The problem may be related to multi-monitor use. The subwindow's position is retained within the app and if for some reason it went offscreen it can never be recovered. Might be also related to the problem of the main window stretching to several times its original width after restart (I wasn't able to reproduce it reliably, it just happens randomly). Right now if I select "choose move" nothing happens

temporary solution: set INTEGER CHOOSER X / Y to 0 / 0 in userfolder/shuffle-move/config/preferences.txt

Loreinator commented 7 years ago

Did you try removing the CHOOSER_X and CHOOSER_Y entries entirely? That should revert it to the default location.

Loreinator commented 7 years ago

I've added a new feature issue for fixing this in a more permanent way later on:

https://github.com/Loreinator/Shuffle-Move/issues/310