We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e81cb commit 21ca25cCopy full SHA for 21ca25c
src/CommonControls/StaticBitmap2/StaticBitmap2.cpp
@@ -15,7 +15,7 @@ namespace Examples {
15
16
private:
17
wxPanel* panel = new wxPanel(this);
18
- wxStaticBitmap* staticBitmap1 = new wxStaticBitmap(this, wxID_ANY, wxNullBitmap, {20, 20}, {100, 50});
+ wxStaticBitmap* staticBitmap1 = new wxStaticBitmap(panel, wxID_ANY, wxNullBitmap, {20, 20}, {100, 50});
19
};
20
21
class Application : public wxApp {
0 commit comments