summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2016-07-15 23:59:05 +0200
committerLéo Lam <leo@innovatetechnologi.es>2016-09-07 15:15:09 +0200
commite8cb4119b861d7d76f051f45bf2ebf5689d1c8f2 (patch)
tree26b4685e261e10ee4ce20e36ae1c319f6b0a7360 /Source/Core/VideoCommon/VertexLoaderManager.cpp
parentb2dcbbf884f99d5eb4bff72e45da87f6067d2f2a (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
0 files changed, 0 insertions, 0 deletions