diff --git a/user/wxLayout/TODO b/user/wxLayout/TODO index 7ba72551f0..b39575953b 100644 --- a/user/wxLayout/TODO +++ b/user/wxLayout/TODO @@ -17,6 +17,7 @@ TODO ===================================================================== Adding many lines makes it terribly slow. + Printing produces empty pages only. Formatting of first text in message in M is broken. diff --git a/user/wxLayout/wxllist.h b/user/wxLayout/wxllist.h index 72324a6ec0..9ba25c7806 100644 --- a/user/wxLayout/wxllist.h +++ b/user/wxLayout/wxllist.h @@ -790,6 +790,7 @@ public: @return the default settings of the list */ wxLayoutStyleInfo *GetDefaults(void) { return m_DefaultSetting ; } + wxLayoutStyleInfo *GetStyleInfo(void) { return &m_CurrentSetting ; } //@} /**@name Drawing */