From 4bd747b4dc2e533c0dedd5ed3b757213217822dd Mon Sep 17 00:00:00 2001 From: jgmdev Date: Fri, 26 Aug 2022 12:22:56 -0400 Subject: [PATCH] Runtime fixes for newer wxWidgets --- gui.fbp | 23 +++++++++++++++++++++-- src/gui.cpp | 4 ++-- src/gui.h | 3 ++- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/gui.fbp b/gui.fbp index 668b9c2..4f1b372 100644 --- a/gui.fbp +++ b/gui.fbp @@ -1,6 +1,6 @@ - + ; C++ @@ -36,6 +36,7 @@ wxBOTH 1 + 0 1 impl_virtual @@ -52,6 +53,7 @@ RGB to CMYK Converter + 0 @@ -87,6 +89,7 @@ Dock 0 Left + 0 1 1 @@ -144,6 +147,7 @@ Dock 0 Left + 0 1 1 @@ -213,6 +217,7 @@ Dock 0 Left + 0 1 1 @@ -274,6 +279,7 @@ Dock 0 Left + 0 1 1 @@ -340,6 +346,7 @@ Dock 0 Left + 0 1 1 @@ -401,6 +408,7 @@ Dock 0 Left + 0 1 1 @@ -476,6 +484,7 @@ Dock 0 Left + 0 1 1 @@ -537,6 +546,7 @@ Dock 0 Left + 0 1 1 @@ -602,6 +612,7 @@ Dock 0 Left + 0 1 1 @@ -663,6 +674,7 @@ Dock 0 Left + 0 1 1 @@ -725,7 +737,7 @@ 5 - wxALIGN_BOTTOM|wxALIGN_CENTER|wxALL|wxEXPAND + wxALL|wxEXPAND 0 1 @@ -753,6 +765,7 @@ Dock 0 Left + 0 1 1 @@ -827,6 +840,7 @@ Dock 0 Left + 0 1 1 @@ -896,6 +910,7 @@ Dock 0 Left + 0 1 1 @@ -957,6 +972,7 @@ Dock 0 Left + 0 1 1 @@ -1043,6 +1059,7 @@ Dock 0 Left + 0 1 1 @@ -1104,6 +1121,7 @@ Dock 0 Left + 0 1 1 @@ -1169,6 +1187,7 @@ Dock 0 Left + 0 1 1 diff --git a/src/gui.cpp b/src/gui.cpp index d78c82d..6b2b9a1 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.9.0 Jan 12 2021) +// C++ code generated with wxFormBuilder (version 3.10.1-234-gd93c9fc0) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -86,7 +86,7 @@ GUIDialog::GUIDialog( wxWindow* parent, wxWindowID id, const wxString& title, co bSizer9->Add( 0, 10, 1, wxEXPAND, 5 ); m_buttonConvert = new wxButton( m_panelConversion, wxID_ANY, wxT("Convert"), wxDefaultPosition, wxDefaultSize, 0 ); - bSizer9->Add( m_buttonConvert, 0, wxALIGN_BOTTOM|wxALIGN_CENTER|wxALL|wxEXPAND, 5 ); + bSizer9->Add( m_buttonConvert, 0, wxALL|wxEXPAND, 5 ); bSizer3->Add( bSizer9, 0, wxEXPAND, 5 ); diff --git a/src/gui.h b/src/gui.h index 9be3f00..5671ed1 100644 --- a/src/gui.h +++ b/src/gui.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.9.0 Jan 12 2021) +// C++ code generated with wxFormBuilder (version 3.10.1-234-gd93c9fc0) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -64,6 +64,7 @@ class GUIDialog : public wxDialog public: GUIDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("RGB to CMYK Converter"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 750,550 ), long style = wxCAPTION|wxCLOSE_BOX|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxRESIZE_BORDER ); + ~GUIDialog(); };