From 85d1dca82f73a9192c2a5c3908af10bd04fa1702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 12 May 2006 13:58:40 +0000 Subject: [PATCH] document fix for bug 2380. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13837 a592a061-630c-0410-9148-cb99ea01b6c8 --- status.14x | 3 +++ 1 file changed, 3 insertions(+) diff --git a/status.14x b/status.14x index 7cebc33767..27755669e8 100644 --- a/status.14x +++ b/status.14x @@ -72,6 +72,9 @@ What's new - Don't jump back to previous cursor position when trying to click on an inset (bug 2526). +- Fix crash when pasting contents to a tabular with the middle mouse button + (bug 2380). + - When pasting contents to a tabular with the middle mouse button, the language has sometimes be changed. This is fixed now.