From d66001ef7298e7bee8322153e1565d4f29339c27 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 14 Jul 2010 22:09:24 -0500 Subject: [PATCH] Updating todos --- src/libraries/qtpie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/qtpie.py b/src/libraries/qtpie.py index 72888e3..0817186 100755 --- a/src/libraries/qtpie.py +++ b/src/libraries/qtpie.py @@ -195,7 +195,6 @@ class PieArtist(object): ICON_SIZE_DEFAULT = 32 def __init__(self, filing): - # @bug The wrong text is being using on unselected pie menus # @bug Plus it would be a good idea to fill in the icon body's # @bug Maybe even make the icons glow? self._filing = filing @@ -490,6 +489,7 @@ class QPieButton(QtGui.QWidget): def __init__(self, buttonSlice, parent = None): # @bug Artifacts on Maemo 5 due to window 3D effects, find way to disable them for just these? + # @bug The pie's are being pushed back on screen on Maemo, leading to coordinate issues QtGui.QWidget.__init__(self, parent) self._cachedCenterPosition = self.rect().center() -- 1.7.9.5