mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
remove recently introduced additionla 'fullRebreak' when inserting LyX
files. Not needed anymore git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7306 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
341e897787
commit
389fc95d77
@ -965,9 +965,6 @@ void BufferView::Pimpl::MenuInsertLyXFile(string const & filen)
|
||||
else
|
||||
owner_->message(bformat(_("Could not insert document %1$s"),
|
||||
disp_fn));
|
||||
|
||||
#warning remove this if update() is gone
|
||||
bv_->text->fullRebreak();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user