projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed bug #976725: "RETURN closes dialog instead of combobox dropdown" (applied fix...
[wxWidgets.git]
/
src
/
gtk
/
spinctrl.cpp
diff --git
a/src/gtk/spinctrl.cpp
b/src/gtk/spinctrl.cpp
index 7ce9bb3807c3ecb79e5acbe600d3f367cf2394ff..9390128cf0e2cd611e2c34472949b6765f1720bc 100644
(file)
--- a/
src/gtk/spinctrl.cpp
+++ b/
src/gtk/spinctrl.cpp
@@
-5,7
+5,7
@@
// Modified by:
// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
// Modified by:
// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@
-298,12
+298,6
@@
bool wxSpinCtrl::IsOwnGtkWindow( GdkWindow *window )
return FALSE;
}
return FALSE;
}
-void wxSpinCtrl::ApplyWidgetStyle()
-{
- SetWidgetStyle();
- gtk_widget_set_style( m_widget, m_widgetStyle );
-}
-
wxSize wxSpinCtrl::DoGetBestSize() const
{
wxSize ret( wxControl::DoGetBestSize() );
wxSize wxSpinCtrl::DoGetBestSize() const
{
wxSize ret( wxControl::DoGetBestSize() );