]> git.lyx.org Git - lyx.git/commitdiff
nothing really
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 11 Mar 2002 23:03:17 +0000 (23:03 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 11 Mar 2002 23:03:17 +0000 (23:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3721 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetert.C
src/insets/insetminipage.C

index 5d8a8fee459290461ad92534509add32646df313..ceb29299043ee75d8922b062d9ac5f69124b10e2 100644 (file)
@@ -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;
index b01bd3b858a104f5d033dd3db0b4894f62c26783..26cb6471433aa01f4de8f50a2c233cf4e41c6bb6 100644 (file)
@@ -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");
 }