adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 140e4c2 172/237: Deactivate


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 140e4c2 172/237: Deactivated the 'Options' option
Date: Mon, 25 Jul 2016 18:15:09 +0000 (UTC)

tag: Release_0-3-1
commit 140e4c213615b3a4245e92b407c8ac3f00f8f8fd
Author: adondev <adondev>
Commit: adondev <adondev>

    Deactivated the 'Options' option
---
 scripts/modules/main_menu.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/modules/main_menu.py b/scripts/modules/main_menu.py
index b0345a9..283f33d 100755
--- a/scripts/modules/main_menu.py
+++ b/scripts/modules/main_menu.py
@@ -91,6 +91,8 @@ class main_menu (win_container):
         self.options.set_text ("Options")
         self.options.move (-self.options.length (), y_pos)
         self.options.pack()
+        self.options.set_can_be_selected (0)
+        self.options.set_brightness (1)
         self.options.thisown = 0
         y_pos = y_pos + 30
        



reply via email to

[Prev in Thread] Current Thread [Next in Thread]