summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Tools/IDE/Wlists.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Tools/IDE/Wlists.py b/Mac/Tools/IDE/Wlists.py
index 9eaab1d..14edeb8 100644
--- a/Mac/Tools/IDE/Wlists.py
+++ b/Mac/Tools/IDE/Wlists.py
@@ -269,8 +269,8 @@ class List(Wbase.SelectableWidget):
self._activated = onoff
if self._visible:
self._list.LActivate(onoff)
- state = [kThemeStateActive, kThemeStateInactive][not onoff]
- App.DrawThemeListBoxFrame(Qd.InsetRect(self._bounds, 1, 1), state)
+ #state = [kThemeStateActive, kThemeStateInactive][not onoff]
+ #App.DrawThemeListBoxFrame(Qd.InsetRect(self._bounds, 1, 1), state)
if self._selected:
self.drawselframe(onoff)