projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bugfix : doubleclick uniquement sur la liste.
[minwii.git]
/
src
/
minwii
/
app.py
diff --git
a/src/minwii/app.py
b/src/minwii/app.py
index
f36094c
..
d456b8e
100755
(executable)
--- a/
src/minwii/app.py
+++ b/
src/minwii/app.py
@@
-73,15
+73,13
@@
class MinWii(object):
if exit : break
WT.selectWiimote(wiimoteIndex)
if exit : break
WT.selectWiimote(wiimoteIndex)
- WT.resume()
instrumentDescription = self.selectInstrument()
if not instrumentDescription :
instrumentDescription = self.selectInstrument()
if not instrumentDescription :
- WT.pause()
continue
continue
+ WT.resume()
self.runPlayingScreen(songFile, playMode, instrumentDescription)
self.runPlayingScreen(songFile, playMode, instrumentDescription)
-
WT.pause()
WT.pause()