Text that does not fit will be showed again before disapiaring all text

This commit is contained in:
Ander
2015-01-14 01:04:21 +01:00
parent 10a0937861
commit 7ad61c53c4
3 changed files with 47 additions and 21 deletions

View File

@@ -30,9 +30,9 @@ class DynamicBackground():
def set_target_color(self, color):
if color is not None:
self.target = get_similar_valid_color(color)
self.auto_mode = False
self.target_current_same = False
self.target = get_similar_valid_color(color)
else:
self.auto_mode = True
self.target = get_valid_color()