mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +02:00
GTK2/GTK3: Add widgetset limitations for TEdit.NumbersOnly not implemented.
git-svn-id: trunk@59981 -
This commit is contained in:
parent
7778c69e15
commit
c42877a3cc
@ -15,6 +15,9 @@
|
||||
<issue name="TEdit.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TEdit.NumbersOnly">
|
||||
<short>NumbersOnly property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TForm.BorderStyle">
|
||||
<short>Not supported for nested Forms</short>
|
||||
<descr>If you put a form onto another it will have no window borders or title</descr>
|
||||
|
@ -4,5 +4,8 @@
|
||||
<issue name="TMenuItem.Default">
|
||||
<short>Default property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TEdit.NumbersOnly">
|
||||
<short>NumbersOnly property is not supported</short>
|
||||
</issue>
|
||||
</widgetset>
|
||||
</package>
|
||||
|
Loading…
Reference in New Issue
Block a user