olivierdagenais / visionmap

Automatically exported from code.google.com/p/visionmap
0 stars 0 forks source link

Pull request from olivierdagenais-remember-window-location #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I cloned your repo to add a feature that would make it so the location of the 
HoverWindow would be saved on closing and restored when re-opening the 
application.  Well, the feature was already there, I simply removed the 
NoveWindowToCenter() method that was interfering with it. :)  An alternative 
would be to keep the method, but only call it in loadSettings() when 
_settingsRegKey is null (in other words, on the very first run).

You can see my changeset at:
https://code.google.com/r/olivierdagenais-remember-window-location/source/browse
/ and you should be able to pull from this remote repo address: 
https://olivier.dagenais@olivierdagenais-remember-window-location.googlecode.com
/hg/

I can also submit a patch or a Mercurial bundle, if you would prefer.

Let me know if you would like me to change anything.

Cheers,
- Oli

Original issue reported on code.google.com by olivier....@gmail.com on 18 Jun 2011 at 5:51