mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
fyx the previous getStatus patch: enable the tabular dialog again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
27a238c271
commit
aa17555cde
@ -1,3 +1,7 @@
|
||||
2005-04-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* insettabular.C (getStatus): handle LFUN_INSET_MODIFY
|
||||
|
||||
2005-04-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* insetfloat.C (InsetFloat):
|
||||
|
@ -987,6 +987,13 @@ bool InsetTabular::getStatus(LCursor & cur, FuncRequest const & cmd,
|
||||
}
|
||||
}
|
||||
|
||||
case LFUN_INSET_MODIFY:
|
||||
if (translate(cmd.getArg(0)) == TABULAR_CODE) {
|
||||
status.enabled(true);
|
||||
return true;
|
||||
}
|
||||
// Fall through
|
||||
|
||||
default:
|
||||
// we try to handle this event in the insets dispatch function.
|
||||
return cell(cur.idx())->getStatus(cur, cmd, status);
|
||||
|
Loading…
Reference in New Issue
Block a user