You've already forked lazarus-ccr
richmemo: gtk2. changing (back) richmemostrings to inherit from gtk2memostrings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -135,7 +135,7 @@ type
|
||||
|
||||
{ TGtk2RichMemoStrings }
|
||||
|
||||
TGtk2RichMemoStrings = class(TStrings)
|
||||
TGtk2RichMemoStrings = class(TGtk2MemoStrings)
|
||||
protected
|
||||
FGtkText : PGtkTextView;
|
||||
FGtkBuf: PGtkTextBuffer;
|
||||
@ -562,7 +562,7 @@ end;
|
||||
constructor TGtk2RichMemoStrings.Create(TextView: PGtkTextView;
|
||||
TheOwner: TWinControl);
|
||||
begin
|
||||
inherited Create;
|
||||
inherited Create(TextView, TheOwner);
|
||||
if TextView = nil then RaiseGDBException(
|
||||
'TGtk2RichMemoStrings.Create Unspecified Text widget');
|
||||
FGtkText:= TextView;
|
||||
|
Reference in New Issue
Block a user