mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 10:39:20 +02:00
lcl: fix issues files for gtk and gtk2 (widgetset names were mixed)
git-svn-id: trunk@22730 -
This commit is contained in:
parent
964dd239b9
commit
69a20b9e3c
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<package name="lcl">
|
<package name="lcl">
|
||||||
<widgetset name="gtk2">
|
<widgetset name="gtk">
|
||||||
<issue name="TComboBox.DropDownCount">
|
<issue name="TComboBox.DropDownCount">
|
||||||
<short>Combo box DropDownCount property is not supported</short>
|
<short>Combo box DropDownCount property is not supported</short>
|
||||||
</issue>
|
</issue>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<package name="lcl">
|
<package name="lcl">
|
||||||
<widgetset name="gtk">
|
<widgetset name="gtk2">
|
||||||
<issue name="TComboBox.DropDownCount">
|
<issue name="TComboBox.DropDownCount">
|
||||||
<short>Combo box DropDownCount property is not supported</short>
|
<short>Combo box DropDownCount property is not supported</short>
|
||||||
</issue>
|
</issue>
|
||||||
|
Loading…
Reference in New Issue
Block a user