mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
I assume this was a c&p error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35697 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
40d2aed83a
commit
d3312032ee
@ -2950,7 +2950,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
bool const update_unincluded =
|
||||
used_buffer->params().maintain_unincluded_children &&
|
||||
!used_buffer->params().getIncludedChildren().empty();
|
||||
used_buffer->doExport(format, true);
|
||||
used_buffer->doExport(format, update_unincluded);
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user