Multi-monitor setup bug

Report a bug or a problem.
Post Reply
absynth
Newbie
Newbie
Posts: 1
Joined: Thu Dec 08, 2011 8:50 am

Multi-monitor setup bug

Post by absynth »

I think I have found a bug in all current (up to 0.81b2) Godfather versions. If you have a multi-monitor setup, move the Godfather window to the secondary monitor and then, subsequently, remove that monitor, Godfather stays invisible. I think this is because it saves its position in the .ini file.

Deleting the .ini solves the problem (at the cost of all other settings being gone, too).

User avatar
jtclipper
Administrator
Administrator
Posts: 768
Joined: Tue Aug 10, 2010 12:04 pm

Re: Multi-monitor setup bug

Post by jtclipper »

That is an issue yes, alternatively you can remove or edit only the following values from the .ini file (removing those will default the window size and position)

Code: Select all

form-top=
form-left=
form-height=
form-width=

Post Reply