]> git.lyx.org Git - features.git/commit
* cursor_get_font.patch: the Cursor::getFont is responsible for the
authorStefan Schimanski <sts@lyx.org>
Thu, 7 Jun 2007 20:40:01 +0000 (20:40 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 7 Jun 2007 20:40:01 +0000 (20:40 +0000)
commit27bc728f148c4936587ce0fbd0380f0693ff89c4
tree03a4b2c42cd07dfe479b6e605b434c52fc6934fa
parent6daaf5388b35e88e85cd4c6d531514e764f1edc4
* cursor_get_font.patch: the Cursor::getFont is responsible for the
cursor size. It should fit to the setCurrentFont function because the
cursor tells the user which font will be used when typing characters.
Especially on RTL/LTR boundaries it should fit because it is
essential for the user to see which writing direction is active. This
patch implements a simplified version of setCurrentFont's logic to
archive this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18707 a592a061-630c-0410-9148-cb99ea01b6c8
src/Cursor.cpp