From 1a25140a94c0ff39842801160e6bfb3ecd2f06e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 22 Jun 2007 16:36:30 +0000 Subject: [PATCH] * src/Text3.cpp: don't reset current_layout too early (fix bug 3727). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18855 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text3.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text3.cpp b/src/Text3.cpp index 5cf704de91..eb84631e57 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -947,7 +947,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) } if (change_layout) { - current_layout = layout; setLayout(cur, layout); // inform the GUI that the layout has changed. bv->layoutChanged(layout); -- 2.39.2