mirror of https://github.com/odrling/Aegisub
Possible fix for bevelButton problem
Originally committed to SVN as r2149.
This commit is contained in:
parent
d47ee5f164
commit
abeaf06776
|
@ -12,7 +12,7 @@
|
|||
#ifdef __WXMAC__
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma implementation "button.h"
|
||||
#pragma implementation "bevelButton.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
@ -24,7 +24,6 @@
|
|||
IMPLEMENT_DYNAMIC_CLASS(wxBevelButton, wxControl)
|
||||
|
||||
#include "wx/mac/uma.h"
|
||||
#include "bevelButton.h"
|
||||
// Button
|
||||
|
||||
static const int kMacOSXHorizontalBorder = 2 ;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "wx/control.h"
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
|
||||
//WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
|
||||
|
||||
// Pushbutton
|
||||
class WXDLLEXPORT wxBevelButton: public wxButton
|
||||
|
|
Loading…
Reference in New Issue