--- a/src/mainWindow.cc Sun Aug 31 14:38:53 2014 +0300 +++ b/src/mainWindow.cc Sun Aug 31 20:39:30 2014 +0300 @@ -150,6 +150,7 @@ // Update the list item of the current file - we may need to draw an icon // now that marks it as having unsaved changes. updateDocumentListItem (CurrentDocument()); + refresh(); } // =============================================================================