mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 19:39:39 +02:00
IdeIntf: Remove a hack in StringsPropEditDlg related to QT5 and issue #37576.
This commit is contained in:
parent
ce6715ed78
commit
1ab7994de1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user