X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d67974d248156678a45aded725f5b92c69f502a..55079b432bf9e46f9b19efa71462b32022ffcf5e:/include/wx/scrolwin.h diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index cf9a27f234..2655c594dd 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -175,6 +175,9 @@ protected: // delete the event handler we installed void DeleteEvtHandler(); + double m_scaleX; + double m_scaleY; + wxWindow *m_win, *m_targetWindow; @@ -194,9 +197,6 @@ protected: bool m_xScrollingEnabled; bool m_yScrollingEnabled; - double m_scaleX; - double m_scaleY; - #if wxUSE_MOUSEWHEEL int m_wheelRotation; #endif // wxUSE_MOUSEWHEEL