Changeset 438 for trunk


Ignore:
Timestamp:
Jul 21, 2019, 2:27:40 AM (6 years ago)
Author:
ataylor
Message:

Fix crash when dragging text with MB2.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/RichTextDocumentUnit.pas

    r423 r438  
    842842  end;
    843843
    844   Q[ 0 ] := #0;         // ALT - make sure string is terminated
     844  if Buffer <> nil then
     845    Q[ 0 ] := #0;         // ALT - make sure string is terminated
    845846
    846847  result := PCharDiff( Q, Buffer );
  • trunk/NewView/VersionUnit.pas

    r430 r438  
    1717
    1818const
    19   Version =        'V2.19.6'; // $SS_REQUIRE_NEW_VERSION$
    20   BldLevelVersion = '2.19.6'; // Embedded for IBM BLDLEVEL tool
     19  Version =        'V2.19.7'; // $SS_REQUIRE_NEW_VERSION$
     20  BldLevelVersion = '2.19.7'; // Embedded for IBM BLDLEVEL tool
    2121  CopyrightMsg = 'Copyright 2005 Aaron Lawrence; 2006-2019 Ronald Brill';
    2222  LicenseMsg   = 'Licensed under the GNU Public License';
Note: See TracChangeset for help on using the changeset viewer.