X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6d7030871f1376e727902c93f5537165a305e08..41dee9d0ce93989c03848ebd7fc21fb402d4c247:/include/wx/generic/laywin.h diff --git a/include/wx/generic/laywin.h b/include/wx/generic/laywin.h index fcfc87a53d..cc2f79ce8b 100644 --- a/include/wx/generic/laywin.h +++ b/include/wx/generic/laywin.h @@ -63,6 +63,7 @@ public: SetEventType(wxEVT_QUERY_LAYOUT_INFO); m_requestedLength = 0; m_flags = 0; + m_id = id; m_alignment = wxLAYOUT_TOP; m_orientation = wxLAYOUT_HORIZONTAL; } @@ -107,6 +108,7 @@ public: { SetEventType(wxEVT_CALCULATE_LAYOUT); m_flags = 0; + m_id = id; } // Read by the app inline void SetFlags(int flags) { m_flags = flags; }