]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/textctrl.cpp
compile fix for bitmap.cpp under Mac
[wxWidgets.git] / src / mac / carbon / textctrl.cpp
index ea632f896471b33c71913c19a2cedd9952e2ea72..5ac79c57355acde54d8981ff9cd5556eabc68a82 100644 (file)
@@ -187,7 +187,6 @@ void wxTextCtrl::SetValue(const wxString& st)
         {
             wxMacDrawingHelper help( win ) ;
             // the mac control manager always assumes to have the origin at 0,0
-            SetOrigin( 0 , 0 ) ;
             
             bool            hasTabBehind = false ;
             wxWindow* parent = GetParent() ;
@@ -263,7 +262,6 @@ void wxTextCtrl::Paste()
             {
                 wxMacDrawingHelper help( win ) ;
                 // the mac control manager always assumes to have the origin at 0,0
-                SetOrigin( 0 , 0 ) ;
                 
                 bool            hasTabBehind = false ;
                 wxWindow* parent = GetParent() ;
@@ -1895,7 +1893,6 @@ void wxTextCtrl::SetValue(const wxString& st)
         {
             wxMacDrawingHelper help( win ) ;
             // the mac control manager always assumes to have the origin at 0,0
-            SetOrigin( 0 , 0 ) ;
             
             bool            hasTabBehind = false ;
             wxWindow* parent = GetParent() ;
@@ -1986,9 +1983,7 @@ void wxTextCtrl::Paste()
                        if ( win )
                        {
                                wxMacDrawingHelper help( win ) ;
-                               // the mac control manager always assumes to have the origin at 0,0
-                               SetOrigin( 0 , 0 ) ;
-                               
+                               // the mac control manager always assumes to have the origin at 0,0                             
                                bool                    hasTabBehind = false ;
                                wxWindow* parent = GetParent() ;
                                while ( parent )