[ 2696732 ] Save changes dialog's cancel button shouldn't reset status

https://sourceforge.net/tracker/index.php?func=detail&aid=2696732&group_id=176962&atid=879332
This commit is contained in:
Heng Sin Low 2009-03-20 07:33:44 +00:00
parent 2c5e0091e8
commit 82f9c7d39b
1 changed files with 3 additions and 1 deletions

View File

@ -1154,7 +1154,9 @@ public class GridTable extends AbstractTableModel
catch (PropertyVetoException pve)
{
log.warning(pve.getMessage());
dataIgnore();
//[ 2696732 ] Save changes dialog's cancel button shouldn't reset status
//https://sourceforge.net/tracker/index.php?func=detail&aid=2696732&group_id=176962&atid=879332
//dataIgnore();
return SAVE_ABORT;
}