Skip to content

Commit 16cc890

Browse files
author
pyscripter
committed
Fixed issue 28
1 parent 5a50360 commit 16cc890

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PythonForDelphi/Components/Sources/Core/PythonGUIInputOutput.pas

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ procedure TPythonGUIInputOutput.SendData( const Data : AnsiString );
134134

135135
procedure TPythonGUIInputOutput.SendUniData(const Data: UnicodeString);
136136
begin
137-
inherited;
138137
if Assigned(FOnSendUniData) then
139138
inherited
140139
else

0 commit comments

Comments
 (0)