X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c49245f8baabd69afd7302c43474d3bdd247fb89..7a4b8f27709c3dd59a5b447850389ca25f178047:/src/common/log.cpp diff --git a/src/common/log.cpp b/src/common/log.cpp index b29f583649..34391202ed 100644 --- 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