From 1eb943644ef085cb9f2d830da9a6a3deb4e6ff55 Mon Sep 17 00:00:00 2001 From: gambas Date: Mon, 3 Aug 2020 02:33:15 +0200 Subject: [PATCH] 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). --- comp/src/gb.db.form/.src/DataComboView.class | 5 ----- 1 file changed, 5 deletions(-) diff --git a/comp/src/gb.db.form/.src/DataComboView.class b/comp/src/gb.db.form/.src/DataComboView.class index 233a0196a..2eb12c39f 100644 --- a/comp/src/gb.db.form/.src/DataComboView.class +++ b/comp/src/gb.db.form/.src/DataComboView.class @@ -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