mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
return dispatched on DIALOG_UPDATE
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6708 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
18d9411fdd
commit
e7f84d282f
@ -1,3 +1,7 @@
|
||||
2003-04-03 John Levon <levon@movementarian.org>
|
||||
|
||||
* insetcommand.C: return dispatched on DIALOG_UPDATE
|
||||
|
||||
2003-04-02 John Levon <levon@movementarian.org>
|
||||
|
||||
* insettabular.C: tab lfuns renamed
|
||||
|
@ -85,6 +85,7 @@ dispatch_result InsetCommand::localDispatch(FuncRequest const & cmd)
|
||||
case LFUN_INSET_DIALOG_UPDATE: {
|
||||
InsetCommandMailer mailer(cmd.argument, *this);
|
||||
mailer.updateDialog(cmd.view());
|
||||
result = DISPATCHED;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user