projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix text input and completion in wxComboCtrl and wxOwnerDrawnComboBox.
[wxWidgets.git]
/
src
/
univ
/
gauge.cpp
diff --git
a/src/univ/gauge.cpp
b/src/univ/gauge.cpp
index 898d4effa37782ad0663c0d8d463078604cb9f9e..c887c2cf176cced1e02e0a87080eba4db5d683d0 100644
(file)
--- a/
src/univ/gauge.cpp
+++ b/
src/univ/gauge.cpp
@@
-24,12
+24,12
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
-#endif //WX_PRECOMP
+#if wxUSE_GAUGE
#include "wx/gauge.h"
#include "wx/gauge.h"
-#if wxUSE_GAUGE
+#ifndef WX_PRECOMP
+#endif //WX_PRECOMP
#include "wx/univ/renderer.h"
#include "wx/univ/renderer.h"
@@
-64,7
+64,7
@@
bool wxGauge::Create(wxWindow *parent,
return false;
}
return false;
}
- Set
Best
Size(size);
+ Set
Initial
Size(size);
return true;
}
return true;
}