Skip to content

Commit

Permalink
Updates to match moula q2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazado committed Dec 14, 2022
1 parent 6de2df1 commit fedefc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Scripts/Python/clftYeeshaPage08.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,4 @@ def SetStdGUIVisibility(self, visible):
ptGUIControlButton(mydialog.getControlFromTag(kYeeshaPage08)).show()

GUIDialogObject.value.draw.disable()

4 changes: 2 additions & 2 deletions Scripts/Python/xYeeshaPages.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def OnGUINotify(self,id,control,event):
if event == kExitMode:
PtHideDialog(DialogName)
return

btnID = 0
if isinstance(control,ptGUIControlButton):
btnID = control.getTagID()
Expand All @@ -161,7 +161,7 @@ def OnGUINotify(self,id,control,event):
PtDebugPrint("xYeeshaPages.OnGUINotify():\tPicked up page number: ", PageNumber.value)
# PtUnloadDialog(DialogName)
PtHideDialog(DialogName)

vault = ptVault()

psnlSDL = vault.getPsnlAgeSDL()
Expand Down

0 comments on commit fedefc7

Please sign in to comment.