mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 23:29:39 +02:00
Qt: cleanup
git-svn-id: trunk@25069 -
This commit is contained in:
parent
02e09dd031
commit
c77f948063
@ -159,9 +159,6 @@ begin
|
||||
QTextEdit_setAlignment(FQtTextEdit, AlignmentMap[TCustomMemo(FOwner).Alignment]);
|
||||
|
||||
FUpdating := False;
|
||||
{FillChar(Mess, SizeOf(Mess), #0);
|
||||
(FOwner as TCustomMemo).Modified := False;
|
||||
FOwner.Dispatch(TLMessage(Mess));}
|
||||
IsChanged;
|
||||
FUpdating := False;
|
||||
end;
|
||||
|
@ -8667,7 +8667,6 @@ function TQtTreeWidget.CreateWidget(const AParams: TCreateParams):QWidgetH;
|
||||
var
|
||||
Parent: QWidgetH;
|
||||
begin
|
||||
// Creates the widget
|
||||
{$ifdef VerboseQt}
|
||||
WriteLn('TQtTreeWidget.Create');
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user