projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
log++ qq bugfixes.
[minwii.git]
/
src
/
app
/
widgets
/
instrumentselector.py
diff --git
a/src/app/widgets/instrumentselector.py
b/src/app/widgets/instrumentselector.py
index
990f275
..
6861643
100755
(executable)
--- a/
src/app/widgets/instrumentselector.py
+++ b/
src/app/widgets/instrumentselector.py
@@
-29,6
+29,7
@@
class InstrumentSelector(pygame.sprite.LayeredDirty, EventHandlerMixin) :
self._initTiles()
self._initCursor()
self._inflatedTile = None
+ self.selectedInstrument = None
def _initTiles(self) :
screen = pygame.display.get_surface()