BF [1894251] Grid mode checking for hidden columns to be filled
This commit is contained in:
parent
10c6ee1e52
commit
81ccac84b9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue