]> git.lyx.org Git - features.git/commit
Remove relative units from bounding box
authorGeorg Baum <baum@lyx.org>
Sat, 18 Jul 2015 14:41:52 +0000 (16:41 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 18 Jul 2015 14:41:52 +0000 (16:41 +0200)
commitbf515425e12ad44e977c26ecdd05fbe3c8be1f5e
tree525593c63fe66a38e0ef056cdfc593c170c124da
parenteaf70913ac001254573b99949e3e9e227f5a4a85
Remove relative units from bounding box

When adding units to the external inset bounding box I overlooked that
InsetGraphics supports only bb, cm, mm and in. Therefore I added too many
units for the external insets. We are not as strict as the graphics inset
and allow all absolute units, but no relative ones.
src/frontends/qt4/GuiExternal.cpp
src/frontends/qt4/LengthCombo.cpp
src/frontends/qt4/LengthCombo.h