View Single Post
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#491
Originally Posted by xerxes2 View Post
Should be fixed now.
Confirmed.

Originally Posted by xerxes2 View Post
Take a look at this commit:
https://github.com/xerxes2/panucci/c...c595afe2c93f66

If that doesn't work we have to try something else. Does the playlist window work well on gtk? I'd rather avoid setting a fixed size on the playlist window if possible.
No, your fix isn't working. And yes, it works at gtk.

But I played with the code a little bit. And it works fine if I set the Main window as Stacked Window, too.

So I added this lines to qtmain.py somewhere around line 68 (not inside "if platform.MAEMO:"):
Code:
        if platform.FREMANTLE:
            self.main_window.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow)
Works now!
I could create tomorrow at home a patch if you need one. But I guess the change is small enought that you could fix it without...
 

The Following User Says Thank You to Helmuth For This Useful Post: