mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
* 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:
parent
cb24efc188
commit
c6c0c87eba
@ -20,11 +20,14 @@
|
||||
<number>6</number>
|
||||
</property>
|
||||
<item row="0" column="0" >
|
||||
<widget class="QTextEdit" name="preambleTE" />
|
||||
<widget class="QTextEdit" name="preambleTE" >
|
||||
<property name="acceptRichText" >
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<includes>
|
||||
<include location="local" >qt_i18n.h</include>
|
||||
</includes>
|
||||
|
@ -169,6 +169,9 @@ What's new
|
||||
- Fix command "tabular-feature align-(left|right|center)" which was
|
||||
inadvertently disabled for a math matrix (bug 6041).
|
||||
|
||||
- Ensure that pasting into the preamble resets the font formatting
|
||||
(bug 3936).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user