forked from mia/Aegisub
Possible fix for bevelButton problem
Originally committed to SVN as r2149.
This commit is contained in:
parent
d47ee5f164
commit
abeaf06776
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
|
|
||||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||||
#pragma implementation "button.h"
|
#pragma implementation "bevelButton.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
@ -24,7 +24,6 @@
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxBevelButton, wxControl)
|
IMPLEMENT_DYNAMIC_CLASS(wxBevelButton, wxControl)
|
||||||
|
|
||||||
#include "wx/mac/uma.h"
|
#include "wx/mac/uma.h"
|
||||||
#include "bevelButton.h"
|
|
||||||
// Button
|
// Button
|
||||||
|
|
||||||
static const int kMacOSXHorizontalBorder = 2 ;
|
static const int kMacOSXHorizontalBorder = 2 ;
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
#include "wx/gdicmn.h"
|
#include "wx/gdicmn.h"
|
||||||
|
|
||||||
WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
|
//WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
|
||||||
|
|
||||||
// Pushbutton
|
// Pushbutton
|
||||||
class WXDLLEXPORT wxBevelButton: public wxButton
|
class WXDLLEXPORT wxBevelButton: public wxButton
|
||||||
|
|
Loading…
Reference in a new issue