Re: [linux-minidisc] saving window geometry


On Wed, Jun 09, 2010 at 08:09:43PM +0200, Adrian Glaubitz wrote:
> I found the culprit, it's a bug in QHiMDTransfer. The window geometry
> and the listview layout is restored upon clicking "Quit" in the menu
> or the toolbar only. Once you close the window using the regular close
> button of your window manager / operating system, the settings are not
> stored. So the code which saves geometry should be moved out of
> "onQuit" into the destructor of the main window.
> 
> It otherwise works fine on Linux as well. I will fix that bug and push
> the changes later.

Ok, fixed and committed to git/master. Works now.


Adrian