|
From: Andreas H. <ah...@us...> - 2004-12-22 17:01:51
|
Update of /cvsroot/jvcl/dev/JVCL3/run In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10134/run Modified Files: JvCombobox.pas Log Message: Fixed "stored" bug Index: JvCombobox.pas =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/run/JvCombobox.pas,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** JvCombobox.pas 27 Nov 2004 16:12:20 -0000 1.59 --- JvCombobox.pas 22 Dec 2004 17:01:40 -0000 1.60 *************** *** 714,723 **** function TJvCustomCheckedComboBox.IsStoredCapDeselAll: Boolean; begin ! Result := FCapSelAll <> RsCapSelAll; end; function TJvCustomCheckedComboBox.IsStoredCapSelAll: Boolean; begin ! Result := FCapDeselAll <> RsCapDeselAll; end; --- 714,723 ---- function TJvCustomCheckedComboBox.IsStoredCapDeselAll: Boolean; begin ! Result := FCapDeselAll <> RsCapSelAll; end; function TJvCustomCheckedComboBox.IsStoredCapSelAll: Boolean; begin ! Result := FCapSelAll <> RsCapDeselAll; end; |