nothing really

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3721 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-11 23:03:17 +00:00
parent 6631f1d596
commit a79ac1b5eb
2 changed files with 4 additions and 1 deletions

View 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;

View 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");
}