]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/numdlgg.cpp
added wxTextCtrl::HitTest(); implemented it for MSW
[wxWidgets.git] / src / generic / numdlgg.cpp
index 397ae9af39a92c11c8d137d86006d2da32d65e45..be98f28e5a21741205bb3c24e33191a823b71b82 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     23.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "numdlgg.cpp"
 #endif
 
@@ -156,6 +156,7 @@ wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
 
     Centre( wxBOTH );
 
+    m_spinctrl->SetSelection(-1, -1);
     m_spinctrl->SetFocus();
 
     wxEndBusyCursor();