mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
bc188c5dab
commit
10e81341c1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user