mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8000 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2292145ba3
commit
fa7aa5c7d9
@ -30,10 +30,10 @@ DispatchResult Cursor::dispatch(FuncRequest const & cmd)
|
||||
for (int i = data_.size() - 1; i >= 0; --i) {
|
||||
lyxerr << "trying to dispatch to inset" << data_[i].inset_ << endl;
|
||||
DispatchResult res = data_[i].inset_->dispatch(cmd);
|
||||
lyxerr << " result: " << result << endl;
|
||||
lyxerr << " result: " << res << endl;
|
||||
|
||||
if (res == DISPATCHED) {
|
||||
update();
|
||||
//update();
|
||||
return DISPATCHED;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user