IdeIntf: Remove a hack in StringsPropEditDlg related to QT5 and issue #37576.

This commit is contained in:
Juha 2021-09-26 23:38:49 +03:00
parent ce6715ed78
commit 1ab7994de1

View File

@ -59,9 +59,6 @@ begin
ClearButton.Caption := oisClear;
AddButtons;
IDEDialogLayoutList.ApplyLayout(Self);
{$IFDEF LCLQt5} // A hack to prevent layout error with LCL-QT5.
TextGroupBox.Caption := 'Lines'; // Can be removed when issue #37576 is solved.
{$ENDIF}
end;
procedure TStringsPropEditorFrm.FormClose(Sender: TObject; var CloseAction: TCloseAction);