fpspreadsheet: Fix fpsctrls demo showing a thick black line when column width is changed by dragging header edge (caused by UseXORFeatures=true).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5231 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
ac9245401a
commit
be413db8f0
@ -48,7 +48,6 @@ object MainForm: TMainForm
|
||||
TitleFont.Color = clBlack
|
||||
TitleFont.Height = -13
|
||||
TitleFont.Name = 'Arial'
|
||||
UseXORFeatures = True
|
||||
OnClickHyperlink = WorksheetGridClickHyperlink
|
||||
OnMouseWheel = WorksheetGridMouseWheel
|
||||
end
|
||||
@ -617,12 +616,12 @@ object MainForm: TMainForm
|
||||
end
|
||||
object CellEdit: TsCellEdit
|
||||
Left = 144
|
||||
Height = 24
|
||||
Height = 23
|
||||
Top = 0
|
||||
Width = 851
|
||||
Align = alClient
|
||||
BorderSpacing.Right = 2
|
||||
BorderSpacing.Bottom = 2
|
||||
BorderSpacing.Bottom = 3
|
||||
TabOrder = 1
|
||||
WantReturns = False
|
||||
WorkbookSource = WorkbookSource
|
||||
|
Loading…
Reference in New Issue
Block a user