]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dragimgg.cpp
Resets scroll position on load
[wxWidgets.git] / src / generic / dragimgg.cpp
index fe3fe5574cecd13f1b2aae019e47b2176810ddb2..c9319557880aebe50346e080fd296ee4a8f6fb88 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "dragimgg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -220,7 +216,7 @@ bool wxGenericDragImage::BeginDrag(const wxPoint& hotspot,
     // dragged.
 
     wxSize clientSize;
-    wxPoint pt(0, 0);
+    wxPoint pt;
     if (!m_fullScreen)
     {
         clientSize = window->GetClientSize();