projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8dea7
)
merged in slider validation bug from the 2.2 branch
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 10 Dec 2000 12:50:32 +0000
(12:50 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 10 Dec 2000 12:50:32 +0000
(12:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8893
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/valgen.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/valgen.cpp
b/src/common/valgen.cpp
index 5f687dd7ea5d57ca24b069314bbad412a3ba31ef..5ce9a769aebe6a3b447a92f87afb93bdb415916f 100644
(file)
--- a/
src/common/valgen.cpp
+++ b/
src/common/valgen.cpp
@@
-410,7
+410,7
@@
bool wxGenericValidator::TransferFromWindow(void)
wxSlider* pControl = (wxSlider*) m_validatorWindow;
if (m_pInt)
{
-
pControl->SetValue(*m_pInt
) ;
+
*m_pInt = pControl->GetValue(
) ;
return TRUE;
}
} else