mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +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())
|
||||
tabularWidthED->clear();
|
||||
else
|
||||
lengthToWidgets(widthED, widthUnitCB,
|
||||
lengthToWidgets(tabularWidthED, tabularWidthUnitCB,
|
||||
tabwidth.asString(), default_unit);
|
||||
|
||||
Length pwidth;
|
||||
|
Loading…
Reference in New Issue
Block a user