diff options
author | emkael <emkael@tlen.pl> | 2019-06-28 11:58:31 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-06-28 11:58:31 +0200 |
commit | 8fbb85176b183fe72be568beb04f11bc472e1a5e (patch) | |
tree | 699146e9c0a611fcb2383dca85b3e1a5dc5174ae /jfr_playoff/gui/frames/visual.py | |
parent | a46d3f05a9bc95932414ee8bc200e9d414d81487 (diff) |
Separating OptionMenu labels from values
Diffstat (limited to 'jfr_playoff/gui/frames/visual.py')
-rw-r--r-- | jfr_playoff/gui/frames/visual.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jfr_playoff/gui/frames/visual.py b/jfr_playoff/gui/frames/visual.py index 28d1827..03f9a14 100644 --- a/jfr_playoff/gui/frames/visual.py +++ b/jfr_playoff/gui/frames/visual.py @@ -191,6 +191,9 @@ class MatchList(RefreshableOptionMenu): def getValues(self): return self.winfo_toplevel().getMatches() + def getVarValue(self, match): + return unicode(match.getMatchID()) + class BoxPositionFrame(RepeatableFrame): def renderContent(self): |