From fb15aed223c3e9970db2be988b30c5096914c90e Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Wed, 9 Aug 2017 03:03:56 -0700 Subject: [PATCH] fix memory viewer xrc on wx 3.1+ #127 Remove the wxALIGN_CENTRE_VERTICAL flag from items that have the wxEXPAND flag in the MemViewer.xrc because wx 3.1+ warns about the flags being incompatible. --- src/wx/xrc/MemViewer.xrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wx/xrc/MemViewer.xrc b/src/wx/xrc/MemViewer.xrc index 4964fd4e..4fb45eeb 100644 --- a/src/wx/xrc/MemViewer.xrc +++ b/src/wx/xrc/MemViewer.xrc @@ -9,7 +9,7 @@ - wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL + wxALL|wxEXPAND 5 @@ -39,7 +39,7 @@ - wxTOP|wxBOTTOM|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL + wxTOP|wxBOTTOM|wxLEFT|wxEXPAND 5