New scrolling for GTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,8 +118,6 @@ wxPaintDC::wxPaintDC( wxWindow *window )
|
||||
|
||||
long x = 0;
|
||||
long y = 0;
|
||||
window->GetDrawingOffset( &x, &y );
|
||||
SetInternalDeviceOrigin( -x, -y );
|
||||
}
|
||||
|
||||
wxPaintDC::~wxPaintDC(void)
|
||||
|
Reference in New Issue
Block a user