Creation of ui_elements directory - This revision will NOT work
This commit is contained in:
parent
9b54a2e839
commit
a4d591a3df
|
@ -267,7 +267,7 @@ class MenuSelector(clutter.Texture):
|
|||
self.behaviour = clutter.BehaviourOpacity(opacity_start=0, opacity_end=255, alpha=self.alpha)
|
||||
self.spinner.start()
|
||||
else:
|
||||
self.behaviour = clutter.Behaviourtv_osd_boxOpacity(opacity_start=255, opacity_end=0, alpha=self.alpha)
|
||||
self.behaviour = clutter.BehaviourOpacity(opacity_start=255, opacity_end=0, alpha=self.alpha)
|
||||
self.timeline.connect('completed', self.spinner_end_event)
|
||||
#self.menuMgr.get_stage().remove(self.spinner)
|
||||
#self.spinner = None
|
||||
|
|
Loading…
Reference in New Issue