dolphin/Externals/wxWidgets3
Léo Lam e8cb4119b8 Drop Dolphin-specific patch to wxWindows
This removes a Dolphin-specific patch to the wxWidgets3 code
for the following reasons:

* Calling wxWindowGTK::DoSetSize on a top-level window can end up
  calling wxTopLevelWindowGTK::DoMoveWindow, which triggers an assert
  because it is not supposed to be called for a top-level wxWindow.

* We should not be patching the wxWidgets code because that means the
  toolbars will still be broken if someone builds without using the
  WX that is in our Externals.

Instead, we now use a derived class for wxAuiToolBar and override
DoSetSize() to remove the problematic behaviour to get the same effect
(fixing toolbars) but without changing Externals code and without
causing asserts and other issues.
2016-09-07 15:15:09 +02:00
..
art Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
build/msw Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
include Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
src Drop Dolphin-specific patch to wxWindows 2016-09-07 15:15:09 +02:00
wx Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
build_wx.sh Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00
CMakeLists.txt Update wxWidgets to 3.1.0 2016-06-26 15:25:29 +10:00