Skip to content

Commit 573e56d

Browse files
Blake-Maddenvadz
authored andcommitted
Fix misleading comment in "thread" sample
Fixes a comment that is a bit confusing/misleading, See wxWidgets#24525. (cherry picked from commit a771ac6)
1 parent 7fdc132 commit 573e56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/thread/thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ MyImageDialog::MyImageDialog(wxFrame *parent)
827827

828828
CentreOnScreen();
829829

830-
// NOTE: no need to lock m_csBmp until the thread isn't started:
830+
// NOTE: no need to lock m_csBmp until the thread has started:
831831

832832
// create the bitmap
833833
if (!m_bmp.Create(GUITHREAD_BMP_SIZE,GUITHREAD_BMP_SIZE) || !m_bmp.IsOk())

0 commit comments

Comments
 (0)