BF [1894251] Grid mode checking for hidden columns to be filled

This commit is contained in:
kthiemann 2008-02-22 12:45:17 +00:00
parent 10c6ee1e52
commit 81ccac84b9
1 changed files with 3 additions and 2 deletions

View File

@ -2817,10 +2817,11 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
return; return;
} }
// switch the line numbers and save new values // switch the line numbers and save new values
m_mTable.setValueAt(lineNoNextRow, from, lineCol);
m_mTable.setValueAt(lineNoCurrentRow, to, lineCol);
setCurrentRow(to, false); setCurrentRow(to, false);
m_mTable.dataSave(true); m_mTable.dataSave(true);
m_mTable.setValueAt(lineNoCurrentRow, to, lineCol); m_mTable.setValueAt(lineNoNextRow, from, lineCol);
setCurrentRow(from, false); setCurrentRow(from, false);
m_mTable.dataSave(true); m_mTable.dataSave(true);
//resort //resort