Skip to content

Commit

Permalink
Portraits should not be clickable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mounirlamouri committed Aug 24, 2013
1 parent c007190 commit e2b91a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemrb/GUIScripts/iwd/CharGen.py
Expand Up @@ -674,6 +674,7 @@ def PortraitSelect():
Portrait = 0

PortraitPortraitButton = PortraitWindow.GetControl (1)
PortraitPortraitButton.SetState (IE_GUI_BUTTON_DISABLED)
PortraitPortraitButton.SetFlags (IE_GUI_BUTTON_PICTURE|IE_GUI_BUTTON_NO_IMAGE, OP_SET)

PortraitLeftButton = PortraitWindow.GetControl (2)
Expand Down

0 comments on commit e2b91a5

Please sign in to comment.