Skip to content

Commit

Permalink
Added refresh() to MultiArea
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 6, 2005
1 parent eb8caa7 commit 3673209
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snowberry/ui.py
Expand Up @@ -887,6 +887,11 @@ def __updateMinSize(self):

self.sizer.SetMinSize((minWidth + 6, minHeight + 6))
self.sizer.Layout()

def refresh(self):
"""Redraw the contents of the multiarea."""

self.panel.Refresh()


class AreaDialog (wx.Dialog):
Expand Down

0 comments on commit 3673209

Please sign in to comment.