mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
4
Externals/wxWidgets3/include/wx/tbarbase.h
vendored
4
Externals/wxWidgets3/include/wx/tbarbase.h
vendored
@ -4,7 +4,6 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: tbarbase.h 70854 2012-03-10 00:01:09Z RD $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -609,6 +608,9 @@ public:
|
||||
#endif
|
||||
|
||||
protected:
|
||||
// choose the default border for this window
|
||||
virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
|
||||
|
||||
// to implement in derived classes
|
||||
// -------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user