Fix the fix for bug 2869.

* src/insets/insetvspace.C (doDispatch): open dialog on 
	mouse release, not mouse press 
	(fixes cursor positioning: bug 2869).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15217 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2006-10-03 15:18:27 +00:00
parent a7ba945464
commit 0bdf054359
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* insetvspace.C (doDispatch): open dialog on mouse release,
not mouse press (fixes cursor positioning: bug 2869).
2006-09-21 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* insettabular.C (doDispatch): do not modify cursor when iterating

View File

@ -69,7 +69,7 @@ void InsetVSpace::doDispatch(LCursor & cur, FuncRequest & cmd)
break;
}
case LFUN_MOUSE_PRESS:
case LFUN_MOUSE_RELEASE:
InsetVSpaceMailer(*this).showDialog(&cur.bv());
break;

View File

@ -38,6 +38,8 @@ What's new
windows). This fix was already used by the official windows installer for
1.4.3.
- Fix cursor positioning when opening the VSpace dialog (bug 2869).
* Build/installation: