mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 03:59:31 +02:00
Qt: cleanup
git-svn-id: trunk@11648 -
This commit is contained in:
parent
0892924a1c
commit
dd7bab87f9
@ -4047,12 +4047,8 @@ begin
|
||||
end;
|
||||
|
||||
procedure TQtComboBox.insertItem(AIndex: Integer; AText: PWideString);
|
||||
var
|
||||
maxCount, itemHeight: Integer;
|
||||
R: TRect;
|
||||
begin
|
||||
QComboBox_insertItem(QComboBoxH(WIdget), AIndex, AText, QVariant_create());
|
||||
maxCount := getMaxVisibleItems;
|
||||
if QWidget_isVisible(DropList) then
|
||||
begin
|
||||
BeginUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user