X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..92049cd473c81fbce934e71796b2d841d5e605fa:/src/motif/gauge.cpp diff --git a/src/motif/gauge.cpp b/src/motif/gauge.cpp index 73beaae217..a8fc4cb16d 100644 --- a/src/motif/gauge.cpp +++ b/src/motif/gauge.cpp @@ -123,7 +123,7 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id, if (height == -1) height = 80; - m_windowFont = parent->GetFont(); + m_font = parent->GetFont(); ChangeFont(FALSE); SetCanAddEventHandler(TRUE); @@ -134,11 +134,6 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id, return TRUE; } -void wxGauge::SetSize(int x, int y, int width, int height, int sizeFlags) -{ - wxControl::SetSize(x, y, width, height, sizeFlags); -} - void wxGauge::SetShadowWidth(int w) { if (w == 0)