projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Création d'une classe Tone dont hérite Note.
[minwii.git]
/
src
/
app
/
widgets
/
playingscreen.py
diff --git
a/src/app/widgets/playingscreen.py
b/src/app/widgets/playingscreen.py
index
af02bba
..
f881433
100755
(executable)
--- a/
src/app/widgets/playingscreen.py
+++ b/
src/app/widgets/playingscreen.py
@@
-13,8
+13,7
@@
from cursors import WarpingCursor
from eventutils import event_handler, EventDispatcher, EventHandlerMixin
from math import floor
import types
from eventutils import event_handler, EventDispatcher, EventHandlerMixin
from math import floor
import types
-# TODO : positionner cette constance en fonction de la résolution d'affichage
-# externaliser la conf.
+
from config import BORDER
from config import FIRST_HUE
from config import OFF_LUMINANCE
from config import BORDER
from config import FIRST_HUE
from config import OFF_LUMINANCE