bug fix [ 1660164 ] Date Calendar - on close throws exception
This commit is contained in:
parent
5130d05ce0
commit
1cada0302a
|
@ -474,7 +474,7 @@ public class VDate extends JComponent
|
|||
AEnv.showCenterWindow(frame, cal);
|
||||
Timestamp result = cal.getTimestamp();
|
||||
log.config( "Result=" + result);
|
||||
if (result == null && !cal.isCancel())
|
||||
if (result == null)
|
||||
result = value; // original
|
||||
cal = null;
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue