return SMI_VALID on input.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2733 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-09-12 09:29:46 +00:00
parent bc188c5dab
commit 10e81341c1

View File

@ -83,7 +83,6 @@ void FormFloat::update()
bool here_definitely = false;
string placement(controller().params().placement);
std::cerr << "FormFloat::update() " << placement << std::endl;
if (contains(placement, "H")) {
here_definitely = true;
@ -123,4 +122,6 @@ ButtonPolicy::SMInput FormFloat::input(FL_OBJECT * ob, long)
fl_set_button(dialog_->button_here_definitely, false);
}
}
return ButtonPolicy::SMI_VALID;
}