Display grid if the grid property is set, and ignore vertical alignment when drawing the contents.

[GB.DB.FORM]
* BUG: DataComboView: Ignore vertical alignment when drawing the contents.
* NEW: DataComboView: Draw grid inside the combo if the grid property is set (the code is actually in the previous commit).
This commit is contained in:
gambas 2020-08-03 02:33:15 +02:00
parent 0720b6763d
commit 1eb943644e

View file

@ -25,11 +25,6 @@ Property Highlight As Boolean
Event Validate(Value As Variant)
'Property Read Current As Variant[]
'Property Read Count As Integer
'Property Read Index As Integer
'Property Font As Font
Private $hDrawingArea As DrawingArea
Private $hPopup As Window
Private $hSrc As DataSource