Revert r37704. It enabled SET_TABULAR_WIDTH for all longtables (new fix coming soon)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37705 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2011-02-16 23:06:43 +00:00
parent 4c44ddad01
commit 21992716e5

View File

@ -4323,10 +4323,8 @@ bool InsetTabular::getStatus(Cursor & cur, FuncRequest const & cmd,
return true;
case Tabular::SET_TABULAR_WIDTH:
status.setEnabled(tabular.tabular_width.zero()
|| (!tabular.rotate && !tabular.is_long_tabular
&& tabular.tabular_valignment ==
Tabular::LYX_VALIGN_MIDDLE));
status.setEnabled(!tabular.rotate && !tabular.is_long_tabular
&& tabular.tabular_valignment == Tabular::LYX_VALIGN_MIDDLE);
break;
case Tabular::SET_DECIMAL_POINT: