projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes for gcc 2.95 and AIX.
[wxWidgets.git]
/
src
/
common
/
log.cpp
diff --git
a/src/common/log.cpp
b/src/common/log.cpp
index b29f583649afc0aa2c334349249e351a8c2e4db9..34391202ed6c860fe50dea0e325bc551c9b9d078 100644
(file)
--- a/
src/common/log.cpp
+++ b/
src/common/log.cpp
@@
-507,6
+507,9
@@
void wxLogGui::Flush()
// no undisplayed messages whatsoever
Clear();
+
+ // do it here again
+ m_bHasMessages = FALSE;
}
// the default behaviour is to discard all informational messages if there