From 90bc692185a27f18acb6b029dfaf038e555ef8ff Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 19 May 2023 09:24:58 -0400 Subject: add upstream 12.3 --- wx+/popup_dlg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wx+/popup_dlg.h') diff --git a/wx+/popup_dlg.h b/wx+/popup_dlg.h index ca4a7591..cabf13f5 100644 --- a/wx+/popup_dlg.h +++ b/wx+/popup_dlg.h @@ -13,6 +13,7 @@ #include #include #include +#include namespace zen @@ -94,6 +95,9 @@ private: wxString checkBoxLabel; ConfirmationButton3 buttonToDisableWhenChecked = ConfirmationButton3::cancel; }; + + +int getTextCtrlHeight(wxTextCtrl& ctrl, double rowCount); } #endif //POPUP_DLG_H_820780154723456 -- cgit