From a79ac1b5eb4dab9dc63e4e5e382bcf7a49405991 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 11 Mar 2002 23:03:17 +0000 Subject: [PATCH] nothing really git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3721 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetert.C | 1 - src/insets/insetminipage.C | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/insets/insetert.C b/src/insets/insetert.C index 5d8a8fee45..ceb2929904 100644 --- a/src/insets/insetert.C +++ b/src/insets/insetert.C @@ -631,7 +631,6 @@ void InsetERT::status(BufferView * bv, ERTStatus const st) const need_update = FULL; switch (st) { case Inlined: -#warning Another gross hack. (Lgb) if (bv) inset.setUpdateStatus(bv, InsetText::INIT); break; diff --git a/src/insets/insetminipage.C b/src/insets/insetminipage.C index b01bd3b858..26cb647143 100644 --- a/src/insets/insetminipage.C +++ b/src/insets/insetminipage.C @@ -72,11 +72,15 @@ InsetMinipage::InsetMinipage(BufferParams const & bp) #if 0 setAutoCollapse(false); #endif + +#if 0 #ifdef WITH_WARNINGS #warning Remove this color definitions before 1.2.0 final! #endif // just for experimentation :) setBackgroundColor(LColor::green); +#endif + inset.setFrameColor(0, LColor::blue); setInsetName("Minipage"); } -- 2.39.2