ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/ibcontrols/IBLookupComboEditBox.pas
(Generate patch)

Comparing ibx/trunk/ibcontrols/IBLookupComboEditBox.pas (file contents):
Revision 267 by tony, Wed Dec 26 18:34:32 2018 UTC vs.
Revision 268 by tony, Fri Dec 28 11:36:35 2018 UTC

# Line 117 | Line 117 | type
117      procedure CheckAndInsert;
118      procedure DoEnter; override;
119      procedure DoExit; override;
120 <    {$if lcl_fullversion >= 2000000}
120 >    {$if lcl_fullversion >= 2000003}
121      {Deferred update changes in Lazarus 2.0 stop the combo box working when
122       the datasource is nil. We thus have to reverse out the changes :(}
123      function DoEdit: boolean; override;
# Line 586 | Line 586 | begin
586    FModified := false;
587   end;
588  
589 < {$if lcl_fullversion >= 2000000}
589 > {$if lcl_fullversion >= 2000003}
590   type
591  
592    { THackedCustomComboBox }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines