comparison frontends/src/primitivus/primitivus @ 415:3348331e0f09

primitivus: fixed screen redraw after plugin profile
author Goffi <goffi@goffi.org>
date Tue, 01 Nov 2011 22:55:58 +0100
parents b109a79ac72f
children 5a18c5f08d9b
comparison
equal deleted inserted replaced
414:f6f94e21c642 415:3348331e0f09
263 return text 263 return text
264 264
265 265
266 266
267 def plug_profile(self, profile_key='@DEFAULT@'): 267 def plug_profile(self, profile_key='@DEFAULT@'):
268 self.loop.widget = self.__buildMainWidget() 268 self.loop.widget = self.__buildMainWidget()
269 self.redraw()
269 QuickApp.plug_profile(self, profile_key) 270 QuickApp.plug_profile(self, profile_key)
270 271
271 def removePopUp(self, widget=None): 272 def removePopUp(self, widget=None):
272 "Remove current pop-up, and if there is other in queue, show it" 273 "Remove current pop-up, and if there is other in queue, show it"
273 self.loop.widget = self.main_widget 274 self.loop.widget = self.main_widget