mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 20:59:17 +02:00
Issues.xml: TListView.OnChanging not supported (cocoa,gtk2,gtk3,qt,qt4,qt5,qt6. the other WS don't have an issue.xml, or are deprecated).
(cherry picked from commit 55a3ce52e0
)
This commit is contained in:
parent
0d09d073c9
commit
4e7fdfe3a3
@ -4,6 +4,9 @@
|
||||
<issue name="TListView.StateImages">
|
||||
<short>StateImages property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TListView.OnChanging">
|
||||
<short>The OnChanging event is not supported</short>
|
||||
</issue>
|
||||
<issue name="TPageControl.MultiLine">
|
||||
<short>not supported</short>
|
||||
</issue>
|
||||
|
@ -81,6 +81,9 @@
|
||||
<issue name="TListView.StateImages">
|
||||
<short>StateImages property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TListView.OnChanging">
|
||||
<short>The OnChanging event is not supported</short>
|
||||
</issue>
|
||||
<issue name="TStatusPanel.Alignment">
|
||||
<short>not supported</short>
|
||||
</issue>
|
||||
|
@ -42,5 +42,8 @@
|
||||
<issue name="TDateEdit.MaxDate">
|
||||
<short>TDateEdit.MaxDate is not supported by the native Calendar.</short>
|
||||
</issue>
|
||||
<issue name="TListView.OnChanging">
|
||||
<short>The OnChanging event is not supported</short>
|
||||
</issue>
|
||||
</widgetset>
|
||||
</package>
|
||||
|
@ -10,6 +10,9 @@
|
||||
<issue name="TListView.StateImages">
|
||||
<short>StateImages property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TListView.OnChanging">
|
||||
<short>The OnChanging event is not supported</short>
|
||||
</issue>
|
||||
<issue name="TMemo.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
|
@ -10,6 +10,9 @@
|
||||
<issue name="TListView.StateImages">
|
||||
<short>StateImages property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TListView.OnChanging">
|
||||
<short>The OnChanging event is not supported</short>
|
||||
</issue>
|
||||
<issue name="TMemo.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
|
@ -10,6 +10,9 @@
|
||||
<issue name="TListView.StateImages">
|
||||
<short>StateImages property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TListView.OnChanging">
|
||||
<short>The OnChanging event is not supported</short>
|
||||
</issue>
|
||||
<issue name="TMemo.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
|
Loading…
Reference in New Issue
Block a user