mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
revert tab patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16942 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2dc9d65419
commit
2af3ebc903
@ -882,7 +882,6 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
|
||||
lyx_view_->message(str + _(" done."));
|
||||
} else {
|
||||
writeAs(lyx_view_->buffer());
|
||||
lyx_view_->updateTab();
|
||||
}
|
||||
updateFlags = Update::None;
|
||||
break;
|
||||
@ -891,7 +890,6 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
|
||||
BOOST_ASSERT(lyx_view_ && lyx_view_->buffer());
|
||||
writeAs(lyx_view_->buffer(), argument);
|
||||
updateFlags = Update::None;
|
||||
lyx_view_->updateTab();
|
||||
break;
|
||||
|
||||
case LFUN_BUFFER_RELOAD: {
|
||||
|
Loading…
Reference in New Issue
Block a user