From f76994f1fb3e25c4563c9d8afce6bbc86701d1d2 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 20 Jun 2023 07:46:53 -0400 Subject: add upstream 12.4 --- wx+/std_button_layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/std_button_layout.h') diff --git a/wx+/std_button_layout.h b/wx+/std_button_layout.h index fbbee1b7..8abc9e3a 100644 --- a/wx+/std_button_layout.h +++ b/wx+/std_button_layout.h @@ -29,7 +29,7 @@ struct StdButtons }; void setStandardButtonLayout(wxBoxSizer& sizer, const StdButtons& buttons = StdButtons()); -//sizer width will change! => call wxWindow::Fit and wxWindow::Layout +//sizer width will change! => call wxWindow::Fit and wxWindow::Dimensions inline -- cgit