Skip to content

Commit

Permalink
Fixed help panel unfreeze on 1st launch
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 17, 2005
1 parent 38a0462 commit f3bb940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snowberry/plugins/help.py
Expand Up @@ -126,6 +126,10 @@ def handleNotify(event):
@param event A events.Notify object.
"""
if event.hasId('show-help-text-now'):
helpText.unfreeze()
return

if helpDisabled:
return

Expand Down

0 comments on commit f3bb940

Please sign in to comment.