parent
e6e046e37c
commit
886e5c80dd
|
@ -25,14 +25,6 @@
|
||||||
#include "DolphinWX/AboutDolphin.h"
|
#include "DolphinWX/AboutDolphin.h"
|
||||||
#include "DolphinWX/resources/dolphin_logo.cpp"
|
#include "DolphinWX/resources/dolphin_logo.cpp"
|
||||||
|
|
||||||
static void BanishBackground(wxTextCtrl* ctrl)
|
|
||||||
{
|
|
||||||
#ifdef __APPLE__
|
|
||||||
NSTextField* tf = (NSTextField*)ctrl->GetHandle();
|
|
||||||
tf.drawsBackground = NO;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id,
|
AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id,
|
||||||
const wxString &title, const wxPoint &position,
|
const wxString &title, const wxPoint &position,
|
||||||
const wxSize& size, long style)
|
const wxSize& size, long style)
|
||||||
|
|
Loading…
Reference in New Issue