mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
update tabular width fields in dialog correctly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37486 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3990ca09b4
commit
93c5d5922a
@ -701,7 +701,7 @@ void GuiTabular::paramsToDialog(Inset const * inset)
|
|||||||
if (tabwidth.zero())
|
if (tabwidth.zero())
|
||||||
tabularWidthED->clear();
|
tabularWidthED->clear();
|
||||||
else
|
else
|
||||||
lengthToWidgets(widthED, widthUnitCB,
|
lengthToWidgets(tabularWidthED, tabularWidthUnitCB,
|
||||||
tabwidth.asString(), default_unit);
|
tabwidth.asString(), default_unit);
|
||||||
|
|
||||||
Length pwidth;
|
Length pwidth;
|
||||||
|
Loading…
Reference in New Issue
Block a user