X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f3f9b50aa275243ade3541ecccb95de22cf57a9..35bb3cb155917b4287fb2a3841bea22919a3d499:/src/msw/control.cpp diff --git a/src/msw/control.cpp b/src/msw/control.cpp index 272ef5b701..857cc3325b 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -243,6 +243,11 @@ wxSize wxControl::DoGetBestSize() const return wxSize(DEFAULT_ITEM_WIDTH, DEFAULT_ITEM_HEIGHT); } +wxBorder wxControl::GetDefaultBorder() const +{ + return GetDefaultBorderForControl(); +} + // This is a helper for all wxControls made with UPDOWN native control. // In wxMSW it was only wxSpinCtrl derived from wxSpinButton but in // WinCE of Smartphones this happens also for native wxTextCtrl,