minor - comments.
This commit is contained in:
parent
1b4adfbf6b
commit
876ae1ff81
|
@ -1167,9 +1167,10 @@ public class GridController extends CPanel
|
||||||
// Save Confirmation dialog MTable-RowSave
|
// Save Confirmation dialog MTable-RowSave
|
||||||
if (e.getPropertyName().equals(GridTable.PROPERTY))
|
if (e.getPropertyName().equals(GridTable.PROPERTY))
|
||||||
{
|
{
|
||||||
// throw new PropertyVetoException calls this method (??) again
|
// throw new PropertyVetoException will call this listener again to revert to old value
|
||||||
if (m_vetoActive)
|
if (m_vetoActive)
|
||||||
{
|
{
|
||||||
|
//ignore
|
||||||
m_vetoActive = false;
|
m_vetoActive = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue