IA-64 CPU suppout tmppoint
This commit is contained in:
@@ -28,10 +28,9 @@ def previous():
|
||||
def next():
|
||||
''' correspond to next button '''
|
||||
q, t = ri_widget.Sequence.current()
|
||||
ri_widget.Widget.dict[t].hide()
|
||||
wid_name = ri_widget.Sequence.next()
|
||||
if wid_name is not None:
|
||||
ri_widget.Widget.dict[t].hide()
|
||||
|
||||
ri_widget.Widget.dict[wid_name].show()
|
||||
else:
|
||||
code = ri_widget.MessageBox.dict["next"].show()
|
||||
|
||||
Reference in New Issue
Block a user