mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
a7ba945464
commit
0bdf054359
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user