Skip to content

Commit

Permalink
update on draw
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo [hdd] Angeli committed Mar 7, 2011
1 parent ce678d8 commit 8171205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drQtNewJob.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def draw_engine(self,engine_name):
self._widgets[engine_name]=engine_widget
self.LY_information.addWidget(engine_widget)


def enable_engine(self,engine_name):
for k,v in self._widgets.iteritems():
v.hide()
Expand All @@ -240,6 +241,7 @@ def enable_engine(self,engine_name):
widget=self._widgets[str(engine_name)]
widget.show()
self._current_active_widget=widget
self.process()

def fill_job_types(self):
engines=self._kojs.get_engines()
Expand Down

0 comments on commit 8171205

Please sign in to comment.