Author: Vincent van Ravesteijn <[email protected]> Date: Sun, 29 Apr 2012 22:46:17 +0200 New Commit: d7f68078cf3bbf3ea7f5d2b3ac5c7e73555c4681 URL: http://git.lyx.org/?p=lyx.git;a=commit;h=d7f68078cf3bbf3ea7f5d2b3ac5c7e73555c4681
Log: Fix bug #7518: Assert when selecting in RTL text If we are in rtl text, we *need* to check whether the first character is a space. We can't use the rtl variable for this because this is only computed on the last row. This bug was introduced in [0a137e31/lyxgit] to fix the computation for freespacing paragraphs. We better can just check whether the paragraph is freespacing or not.
