]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/dc.cpp
Added (untested) support for sub-locales.
[wxWidgets.git] / src / stubs / dc.cpp
index 484a44f6fd37730dc19d7638db74b3393a91e829..642dc1edc56d18b4258eaf296c045fb90c39ffdd 100644 (file)
@@ -376,10 +376,10 @@ void wxDC::ComputeScaleAndOrigin(void)
   {
     // this is a bit artificial, but we need to force wxDC to think
     // the pen has changed
-    wxPen* pen = GetPen();
+    wxPen* pen = GetPen();
     wxPen tempPen;
     m_pen = tempPen;
-    SetPen(pen);
+    SetPen(pen);
   }
 };