Comment 1 for bug 277368

Revision history for this message
NicoInattendu (nico-inattendu) wrote : Re: bug clearing dislays?

Yes it's confirmed, we should have somethinh like :
    def ClearDisplays(self, display) :
        """ Clear Display screens """
        if (display == myrtLib.SCREEN_BOTH) :
            #both screens to clear
            self.PreviewObj.displayDefault()
            self.CamPreviewObj.displayDefault()
        elif (display == myrtLib.SCREEN_CAMERA) :
            self.CamPreviewObj.displayDefault()
        elif (display == myrtLib.SCREEN_PREVIEW) :
            self.PreviewObj.displayDefault()

Do you was facing some display problems due to this bug ? If yes what's the behavior ?