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