Don't hide the m_mm_to_pix_x and m_mm_to_pix_y in the base class by redefining them in a derived class. Fixes #14399.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -206,7 +206,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
// scaling variables
|
// scaling variables
|
||||||
bool m_logicalFunctionSupported;
|
bool m_logicalFunctionSupported;
|
||||||
double m_mm_to_pix_x, m_mm_to_pix_y;
|
|
||||||
wxGraphicsMatrix m_matrixOriginal;
|
wxGraphicsMatrix m_matrixOriginal;
|
||||||
wxGraphicsMatrix m_matrixCurrent;
|
wxGraphicsMatrix m_matrixCurrent;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user