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:
Blake-Madden
2024-05-13 18:22:43 +02:00
committed by Vadim Zeitlin
parent 7fdc132413
commit 573e56d432
+1 -1
View File
@@ -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())