]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dc.cpp
insert member funcs PositionToXY and XYToPosition
[wxWidgets.git] / src / gtk1 / dc.cpp
index a519e5fd40f08645fbb77aeac2a6eec008db5365..6c939ef83c215d15108088afa1b0fc0f8b539a0a 100644 (file)
@@ -362,6 +362,8 @@ void wxDC::ComputeScaleAndOrigin(void)
   {
     // this is a bit artificial, but we need to force wxDC to think
     // the pen has changed
+      // Using this code, wxDC will ignore the new settings
+      // so it's complete non-sense, Robert Roebling TODO!!
     wxPen* pen = GetPen();
     wxPen tempPen;
     m_pen = tempPen;