Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/dShared.pas

    r830 r1679  
    812812  with ARichEdit do
    813813  begin
     814    SetFocus;
    814815    { begin the search after the current selection if there is one }
    815816    { otherwise, begin at the start of the text }
     
    841842      SelStart := 0;
    842843      SelLength := 0;
     844      Windows.SetFocus(AFindDialog.Handle);
    843845      //AFindDialog.CloseDialog;
    844846    end;
Note: See TracChangeset for help on using the changeset viewer.