From c6c0c87eba311b76a37fe34d4a39d04346d9cd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 7 Jul 2009 08:17:18 +0000 Subject: [PATCH] * 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 --- src/frontends/qt4/ui/PreambleUi.ui | 7 +++++-- status.16x | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/ui/PreambleUi.ui b/src/frontends/qt4/ui/PreambleUi.ui index 8dc8dd74a0..b39f26173d 100644 --- a/src/frontends/qt4/ui/PreambleUi.ui +++ b/src/frontends/qt4/ui/PreambleUi.ui @@ -20,11 +20,14 @@ 6 - + + + false + + - qt_i18n.h diff --git a/status.16x b/status.16x index c7e1319119..20722538db 100644 --- a/status.16x +++ b/status.16x @@ -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