| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Editra
Revision: 56066
Author: CJP
Date: 03 Oct 2008 14:15:58
Changes:clear statusbar text after a page change message
Files:| ... | ...@@ -165,6 +165,8 @@ | |
| 165 | 165 | |
| 166 | 166 | """ |
| 167 | 167 | self.UpdateFields() |
| 168 | if msg.GetType() == ed_msg.EDMSG_UI_NB_CHANGED: | |
| 169 | wx.StatusBar.SetStatusText(self, u'', ed_glob.SB_INFO) | |
| 168 | 170 | |
| 169 | 171 | @anythread |
| 170 | 172 | def DoUpdateText(self, msg): |