Fix wxCommandLinkButton explicit initial size

This commit is contained in:
Václav Slavík
2017-09-21 13:29:00 +02:00
parent e2bfba21fe
commit 03e93b277e

View File

@@ -79,7 +79,7 @@ bool wxCommandLinkButton::Create(wxWindow *parent,
return false;
SetMainLabelAndNote(mainLabel, note);
SetInitialSize();
SetInitialSize(size);
return true;
}