From a55950bd68bc2a68c847172c7c0cef730060d94e Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 1 Nov 2018 16:50:57 +0100 Subject: [PATCH] DIALOG_COLOR_PICKER_BASE: fix a minor wxWidgets alert. --- common/dialogs/dialog_color_picker_base.cpp | 4 +- common/dialogs/dialog_color_picker_base.fbp | 191 +++++++++++++++++++- common/dialogs/dialog_color_picker_base.h | 2 +- 3 files changed, 191 insertions(+), 6 deletions(-) diff --git a/common/dialogs/dialog_color_picker_base.cpp b/common/dialogs/dialog_color_picker_base.cpp index 55cdb94842..3fc90a7c19 100644 --- a/common/dialogs/dialog_color_picker_base.cpp +++ b/common/dialogs/dialog_color_picker_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Dec 30 2017) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -213,7 +213,7 @@ DIALOG_COLOR_PICKER_BASE::DIALOG_COLOR_PICKER_BASE( wxWindow* parent, wxWindowID m_sdbSizer->AddButton( m_sdbSizerCancel ); m_sdbSizer->Realize(); - bButtonsSizer->Add( m_sdbSizer, 1, wxALIGN_RIGHT|wxALL, 5 ); + bButtonsSizer->Add( m_sdbSizer, 1, wxALL, 5 ); bSizerMain->Add( bButtonsSizer, 1, wxEXPAND|wxLEFT, 10 ); diff --git a/common/dialogs/dialog_color_picker_base.fbp b/common/dialogs/dialog_color_picker_base.fbp index c79eba8f19..8f1b6e51b9 100644 --- a/common/dialogs/dialog_color_picker_base.fbp +++ b/common/dialogs/dialog_color_picker_base.fbp @@ -1,6 +1,6 @@ - + C++ @@ -14,6 +14,7 @@ dialog_color_picker_base 1000 none + 1 DIALOG_COLOR_PICKER_BASE @@ -54,13 +55,20 @@ - + + + + + + + + @@ -75,17 +83,23 @@ + + + + + + @@ -159,7 +173,14 @@ + + + + + + + @@ -239,7 +260,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -345,7 +373,14 @@ + + + + + + + @@ -419,6 +454,7 @@ 0 wxID_ANY Red: + 0 0 @@ -444,7 +480,14 @@ -1 + + + + + + + @@ -502,6 +545,7 @@ 0 wxID_ANY Green: + 0 0 @@ -527,7 +571,14 @@ -1 + + + + + + + @@ -585,6 +636,7 @@ 0 wxID_ANY Blue: + 0 0 @@ -610,7 +662,14 @@ -1 + + + + + + + @@ -695,7 +754,14 @@ + + + + + + + @@ -783,7 +849,14 @@ + + + + + + + @@ -871,7 +944,14 @@ + + + + + + + @@ -981,7 +1061,14 @@ + + + + + + + @@ -1055,6 +1142,7 @@ 0 wxID_ANY Hue: + 0 0 @@ -1080,7 +1168,14 @@ -1 + + + + + + + @@ -1138,6 +1233,7 @@ 0 wxID_ANY Saturation: + 0 0 @@ -1163,7 +1259,14 @@ -1 + + + + + + + @@ -1248,7 +1351,14 @@ + + + + + + + @@ -1336,7 +1446,14 @@ + + + + + + + @@ -1410,6 +1527,7 @@ 0 wxID_ANY Value: + 0 0 @@ -1435,7 +1553,14 @@ -1 + + + + + + + @@ -1523,7 +1648,14 @@ + + + + + + + @@ -1565,6 +1697,7 @@ + @@ -1632,7 +1765,14 @@ wxTAB_TRAVERSAL + + + + + + + @@ -1735,6 +1875,7 @@ 0 wxID_ANY Opacity: + 0 0 @@ -1760,7 +1901,14 @@ -1 + + + + + + + @@ -1848,7 +1996,14 @@ + + + + + + + @@ -1890,6 +2045,7 @@ + @@ -1963,7 +2119,14 @@ + + + + + + + @@ -2030,6 +2193,7 @@ 0 wxID_ANY Preview (old / new): + 0 0 @@ -2055,7 +2219,14 @@ -1 + + + + + + + @@ -2136,7 +2307,14 @@ + + + + + + + @@ -2217,7 +2395,14 @@ + + + + + + + @@ -2244,7 +2429,7 @@ 5 - wxALIGN_RIGHT|wxALL + wxALL 1 0 diff --git a/common/dialogs/dialog_color_picker_base.h b/common/dialogs/dialog_color_picker_base.h index 8745146b80..005dba97fa 100644 --- a/common/dialogs/dialog_color_picker_base.h +++ b/common/dialogs/dialog_color_picker_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Dec 30 2017) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE!