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:
Edwin Leuven 2011-02-04 09:32:14 +00:00
parent 3990ca09b4
commit 93c5d5922a

View File

@ -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;