bug clearing displays?
Bug #277368 reported by
jorge
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Myrtille |
Confirmed
|
Low
|
NicoInattendu |
Bug Description
In myrtille.py, there's this:
def ClearDisplays(self, display) :
""" Clear Display screens """
if (display == myrtLib.
#both screens to clear
elif (display == myrtLib.
elif (display == myrtLib.
I guess some of those PreviewObj are actually CamPreviewObj.
Related branches
lp://staging/myrtille
(Merged)
To post a comment you must log in.
Yes it's confirmed, we should have somethinh like : SCREEN_ BOTH) :
self. PreviewObj. displayDefault( )
self. CamPreviewObj. displayDefault( ) SCREEN_ CAMERA) :
self. CamPreviewObj. displayDefault( ) SCREEN_ PREVIEW) :
self. PreviewObj. displayDefault( )
def ClearDisplays(self, display) :
""" Clear Display screens """
if (display == myrtLib.
#both screens to clear
elif (display == myrtLib.
elif (display == myrtLib.
Do you was facing some display problems due to this bug ? If yes what's the behavior ?