From f7d733968868f3960c8ccf462a0edfc8ef134806 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 12 Feb 2002 10:01:52 +0000 Subject: [PATCH] two small patches git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3527 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 2 +- src/insets/ChangeLog | 4 ++++ src/insets/insetnote.C | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 40eeea08f4..68ecb8b387 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -2,7 +2,6 @@ * FormMinipage.C: return SMI_VALID on other form changes -2002-02-10 Rob Lahaye 2002-02-11 Juergen Spitzmueller * FormParagraph.C (update): [VSpace:] Delete the special method @@ -11,6 +10,7 @@ Activate JMarcs new (shorter) code for updateWidgetsFromLengthString and updateWidgetsFromLength. +2002-02-10 Rob Lahaye * forms/form_external.fd: * form_external.C: change color2 of a few buttons into the diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 9f003f2889..57802c55e9 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2002-02-11 John Levon + + * insetnote.C: use notebg for background + 2002-02-08 Herbert Voss * insetgraphic.C: diff --git a/src/insets/insetnote.C b/src/insets/insetnote.C index 2bb8dfc54b..da3c39bfd6 100644 --- a/src/insets/insetnote.C +++ b/src/insets/insetnote.C @@ -35,7 +35,7 @@ void InsetNote::init() font.decSize(); font.setColor(LColor::note); setLabelFont(font); - setBackgroundColor(LColor::note); + setBackgroundColor(LColor::notebg); setLabel(_("note")); setInsetName("Note"); } -- 2.39.2