mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 14:20:35 +08:00
Fix misleading comment in "thread" sample
Fixes a comment that is a bit confusing/misleading,
See #24525.
(cherry picked from commit a771ac62fb)
This commit is contained in:
committed by
Vadim Zeitlin
parent
7fdc132413
commit
573e56d432
@@ -827,7 +827,7 @@ MyImageDialog::MyImageDialog(wxFrame *parent)
|
||||
|
||||
CentreOnScreen();
|
||||
|
||||
// NOTE: no need to lock m_csBmp until the thread isn't started:
|
||||
// NOTE: no need to lock m_csBmp until the thread has started:
|
||||
|
||||
// create the bitmap
|
||||
if (!m_bmp.Create(GUITHREAD_BMP_SIZE,GUITHREAD_BMP_SIZE) || !m_bmp.IsOk())
|
||||
|
||||
Reference in New Issue
Block a user