From c3317e87ec1795b8471e684f06e5366ec6f645a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Thu, 13 May 1999 17:18:46 +0000 Subject: [PATCH] untested changes... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- user/wxLayout/TODO | 1 + user/wxLayout/wxllist.h | 1 + 2 files changed, 2 insertions(+) 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 */ -- 2.45.2