]> git.lyx.org Git - features.git/commit
Fix bug #8114: LyX does not retrieve negative bbox parameters
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 8 Apr 2012 21:20:01 +0000 (23:20 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Apr 2012 13:17:07 +0000 (15:17 +0200)
commit036e0c2abd78b5b51b09c3b89a24337bf5093923
tree4ae64d74796cba96d04da6fb2336f1f57d21b311
parenta6399dcd84b0d17b99586b2b7848fd2bbdfddff2
Fix bug #8114: LyX does not retrieve negative bbox parameters

LyX fails to read the bounding box from an EPS file if it has
negative values. Adjusting the regex will overcome this problem.
Negative values do not pose big problems later on, but the GUI
doesn't handle it correctly yet (see bug #5718).

(cherry picked from commit f0754582b8af481dc636c6d31eb3a52c853d7db0)
src/support/filetools.cpp
status.20x