Fix Swing client hiding fields incorrectly - ID: 2307133

Found one additional issue when three consecutive fields are marked same line.
This commit is contained in:
Carlos Ruiz 2008-12-03 04:23:00 +00:00
parent 76738f569b
commit 249eb6f54d
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ public final class VPanel extends CTabbedPane
setMnemonic(editor, mField.getMnemonic());
}
m_oldSameLine = sameLine;
m_oldLongField = mField.isLongField();
m_oldLongField = (mField.isLongField() || mField.isSameLine());
} // addField
/**