diff options
author | xue <> | 2006-07-03 14:27:27 +0000 |
---|---|---|
committer | xue <> | 2006-07-03 14:27:27 +0000 |
commit | f8ac882b55ae44c47e3269a5cd7b5f2fa308f10b (patch) | |
tree | c41e5dde2717b569ec19a4cf03695592aaa83260 /HISTORY | |
parent | 2a1d1054624ce2673515ace042a8e933ea350683 (diff) |
Fixed a bug that TDataGrid may complain getting ItemType on a non-object if the grid is not data-bound
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ Version 3.0.3 August 6, 2006
============================
BUG: Ticket#264 - Typos in some exception throw statements (Knut)
+BUG: TDataGrid may complain getting ItemType on a non-object if the grid is not data-bound (Qiang)
NEW: Added TStyleSheet (Wei)
Version 3.0.2 July 2, 2006
|