FIX:fixed the fix window cant not display full text

Change-Id: Ibab602396e2261059d7e730dbeea1f3e3282e841
This commit is contained in:
tao wang 2022-10-26 10:59:30 +08:00 committed by Lane.Wei
parent 4d8eefb1ea
commit c5811178ae
2 changed files with 33 additions and 22 deletions

View file

@ -67,15 +67,16 @@ public:
int m_mode = 0; // 0 is 1line mode 1 is 2line mode
bool m_adaptive = {false};
wxSizer * m_sizer_main = {nullptr};
wxPanel * m_top_line= {nullptr};
wxSimplebook * m_simplebook= {nullptr};
wxPanel * m_panel_2line= {nullptr};
wxPanel * m_panel_1line= {nullptr};
Button* m_button_cancel = {nullptr};
wxWindow * m_block_left = {nullptr};
wxWindow * m_block_right = {nullptr};
bool m_adaptive = {false};
wxSizer * m_sizer_main = {nullptr};
wxPanel * m_top_line= {nullptr};
wxSimplebook * m_simplebook= {nullptr};
wxPanel * m_panel_2line= {nullptr};
wxPanel * m_panel_1line= {nullptr};
Button* m_button_cancel = {nullptr};
//wxWindow * m_block_left = {nullptr};
//wxWindow * m_block_right = {nullptr};
wxScrolledWindow* m_msg_scrolledWindow = {nullptr};
protected:
// Update just the m_maximum field, this is used by public SetRange() but,