summaryrefslogtreecommitdiff
path: root/jfr_playoff/gui/frames/match.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-12-28 00:14:42 +0100
committeremkael <emkael@tlen.pl>2019-12-28 00:14:42 +0100
commit3cb673b11e53e6383cc1af8c350d6f1a3eed1f35 (patch)
treed841e6f74e83792988800fcd049cd54013fe5b18 /jfr_playoff/gui/frames/match.py
parent33ea79bcaf780567a67f0cd6e7be8f5c49823bb0 (diff)
Re-orederable elements of phase matches WidgetRepeater
Fixes #38
Diffstat (limited to 'jfr_playoff/gui/frames/match.py')
-rw-r--r--jfr_playoff/gui/frames/match.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jfr_playoff/gui/frames/match.py b/jfr_playoff/gui/frames/match.py
index 81bc06e..4b1f5a6 100644
--- a/jfr_playoff/gui/frames/match.py
+++ b/jfr_playoff/gui/frames/match.py
@@ -819,7 +819,7 @@ class MatchPhaseFrame(ScrollableFrame):
self.matches = WidgetRepeater(
container, [MatchSettingsFrame, MatchSeparator],
- onAdd=self._matchAdded)
+ onAdd=self._matchAdded, reorderable=True)
self.matches.pack(side=tk.TOP, fill=tk.BOTH, expand=True)
self.link.trace('w', self._updateLinks)