Fix wxCommandLinkButton explicit initial size
This commit is contained in:
@@ -79,7 +79,7 @@ bool wxCommandLinkButton::Create(wxWindow *parent,
|
||||
return false;
|
||||
|
||||
SetMainLabelAndNote(mainLabel, note);
|
||||
SetInitialSize();
|
||||
SetInitialSize(size);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user