* Wrong behavior of non-automatic commit
Thanks to VOSS Com - resolution accepted for test case [1] Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2870364
This commit is contained in:
parent
2086c19318
commit
b806fd9e49
|
@ -1359,7 +1359,7 @@ private Object[] getDataAtRow(int row)
|
|||
try
|
||||
{
|
||||
if (!manualCmd)
|
||||
m_vetoableChangeSupport.fireVetoableChange(PROPERTY, 0, m_rowChanged);
|
||||
m_vetoableChangeSupport.fireVetoableChange(PROPERTY, -1, m_rowChanged);
|
||||
}
|
||||
catch (PropertyVetoException pve)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue