projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git]
/
include
/
wx
/
tbarsmpl.h
diff --git
a/include/wx/tbarsmpl.h
b/include/wx/tbarsmpl.h
index 4fed98e06ae0264997478d7c2fe3f3c81d487e09..195b930f347ce2e65056cc7601f3d618479a41fb 100644
(file)
--- a/
include/wx/tbarsmpl.h
+++ b/
include/wx/tbarsmpl.h
@@
-155,7
+155,6
@@
protected:
bool m_yScrollingEnabled;
int m_xScrollPosition;
int m_yScrollPosition;
bool m_yScrollingEnabled;
int m_xScrollPosition;
int m_yScrollPosition;
- bool m_calcScrolledOffset; // If TRUE, wxCanvasDC uses scrolled offsets
int m_xScrollLines;
int m_yScrollLines;
int m_xScrollLinesPerPage;
int m_xScrollLines;
int m_yScrollLines;
int m_xScrollLinesPerPage;