summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index da14da62b..8dd65d78b 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -62,4 +62,7 @@
some special mouse and keyboard input event handling.
* NxWM::CTaskbar: Correct the calculation of the physical size of the
display.
-
+* NxWM::CCalibration: run method must clear m_stop when returning, or you can
+ never restart the Calibration window.
+* NxWM::CTaskbar: On a failure to start an application, the application icon
+ CImage was being deleted twice.