* PreambleUi.ui:

- fix bug #3936: Paste into preamble gives wrong font size.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30397 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-07-07 08:17:18 +00:00
parent cb24efc188
commit c6c0c87eba
2 changed files with 8 additions and 2 deletions

View File

@ -20,11 +20,14 @@
<number>6</number> <number>6</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QTextEdit" name="preambleTE" /> <widget class="QTextEdit" name="preambleTE" >
<property name="acceptRichText" >
<bool>false</bool>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>
<pixmapfunction></pixmapfunction>
<includes> <includes>
<include location="local" >qt_i18n.h</include> <include location="local" >qt_i18n.h</include>
</includes> </includes>

View File

@ -169,6 +169,9 @@ What's new
- Fix command "tabular-feature align-(left|right|center)" which was - Fix command "tabular-feature align-(left|right|center)" which was
inadvertently disabled for a math matrix (bug 6041). inadvertently disabled for a math matrix (bug 6041).
- Ensure that pasting into the preamble resets the font formatting
(bug 3936).
* DOCUMENTATION AND LOCALIZATION * DOCUMENTATION AND LOCALIZATION