Skip to content

Commit

Permalink
Allow editing the biography.
Browse files Browse the repository at this point in the history
  • Loading branch information
mounirlamouri committed Aug 24, 2013
1 parent 1785992 commit f2d042e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemrb/GUIScripts/iwd/CharGen.py
Expand Up @@ -2558,10 +2558,10 @@ def BiographyPress():


CharGenWindow.SetVisible (WINDOW_INVISIBLE) CharGenWindow.SetVisible (WINDOW_INVISIBLE)
BiographyWindow = GemRB.LoadWindow (51) BiographyWindow = GemRB.LoadWindow (51)

BiographyField = BiographyWindow.GetControl (4) BiographyField = BiographyWindow.GetControl (4)
BiographyField = BiographyField.ConvertEdit (3)
BiographyField.SetText (19423) BiographyField.SetText (19423)
BiographyField.SetBackground("") BiographyField.SetStatus (IE_GUI_CONTROL_FOCUSED)


BiographyClearButton = BiographyWindow.GetControl (5) BiographyClearButton = BiographyWindow.GetControl (5)
BiographyClearButton.SetState (IE_GUI_BUTTON_ENABLED) BiographyClearButton.SetState (IE_GUI_BUTTON_ENABLED)
Expand Down

0 comments on commit f2d042e

Please sign in to comment.