projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
simplified gradient code a bit
[wxWidgets.git]
/
include
/
wx
/
msw
/
spinbutt.h
diff --git
a/include/wx/msw/spinbutt.h
b/include/wx/msw/spinbutt.h
index b8eeefe3dc51d17ee6d9db35518a12d3f819a139..56e69f30b816af38f52e90de39c62fdd571142b7 100644
(file)
--- a/
include/wx/msw/spinbutt.h
+++ b/
include/wx/msw/spinbutt.h
@@
-61,7
+61,7
@@
protected:
virtual wxSize DoGetBestSize() const;
// ensure that the control displays a value in the current range
virtual wxSize DoGetBestSize() const;
// ensure that the control displays a value in the current range
- v
oid NormalizeValue() { SetValue(GetValue()); }
+ v
irtual void NormalizeValue();
private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton)
private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton)