X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetnote.C;h=da3c39bfd6449a9f938261ad331b4db4b86358aa;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=2bb8dfc54bb92273e7d0138d6a721b211ce9bf58;hpb=d917d5b57bb9c1e6e55edd214bf68a5c22d795b3;p=lyx.git 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"); }