Skip to content

Commit f440bb4

Browse files
committed
Fake transparent background of sector readonly edits
1 parent c0c9508 commit f440bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/SectorProperties.lfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ object frmSector: TfrmSector
338338
Width = 282
339339
Anchors = [akTop, akLeft, akRight]
340340
BorderStyle = bsNone
341-
Color = clBtnFace
341+
Color = 16382457
342342
ReadOnly = True
343343
TabOrder = 0
344344
end
@@ -349,7 +349,7 @@ object frmSector: TfrmSector
349349
Width = 282
350350
Anchors = [akTop, akLeft, akRight]
351351
BorderStyle = bsNone
352-
Color = clNone
352+
Color = 16382457
353353
ReadOnly = True
354354
TabOrder = 1
355355
end

0 commit comments

Comments
 (0)