Changeset - 60b6471fb0d2
[Not reviewed]
default
0 1 0
David McClosky - 20 years ago 2005-06-16 06:32:36
dmcc@bigasterisk.com
TkGyro: stamp current sub+level when toggling modes
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/gyrocontroller
Show inline comments
 
@@ -69,6 +69,7 @@ class AbstractSimpleController(SubClient
 
        self.current_sub = self.submasters.get_sub_by_name(self.all_subs.prev())
 
    def toggle_keep_mode(self):
 
        if self.keep_solo_mode == 'keep':
 
            self.kept_levels[self.current_sub] = self.current_level
 
            self.keep_solo_mode = 'solo'
 
        else:
 
            self.keep_solo_mode = 'keep'
0 comments (0 inline, 0 general)