TTrackBar.ScalePos: not supported on Win32, Cocoa, QT, QT4, QT6.

(cherry picked from commit a448e61987)
This commit is contained in:
Bart 2023-07-04 22:18:14 +02:00 committed by Maxim Ganetsky
parent ebfffd86e5
commit 8c3ed386e3
5 changed files with 15 additions and 0 deletions

View File

@ -25,5 +25,8 @@
<issue name="TPageControl.TabWidth">
<short>Changing of default tab width is not supported</short>
</issue>
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to Cocoa</short>
</issue>
</widgetset>
</package>

View File

@ -63,5 +63,8 @@
<issue name="TMenu.OnMeasureItem">
<short>not supported</short>
</issue>
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to QT</short>
</issue>
</widgetset>
</package>

View File

@ -60,5 +60,8 @@
<issue name="TMenu.OnMeasureItem">
<short>not supported</short>
</issue>
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to QT</short>
</issue>
</widgetset>
</package>

View File

@ -60,5 +60,8 @@
<issue name="TMenu.OnMeasureItem">
<short>not supported</short>
</issue>
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to QT</short>
</issue>
</widgetset>
</package>

View File

@ -37,6 +37,9 @@
<short>Windows does not support pbRightToLeft or pbTopDown</short>
<descr>Associated bug report: http://bugs.freepascal.org/view.php?id=0020966</descr>
</issue>
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to Windows</short>
</issue>
<issue name="TTrayIcon.Hint">
<short>Tray icon hint string length is limited</short>
<descr>TTrayIcon.Hint may have a maximum length of 127 WideChars (will usually be more then 127 Bytes in a UTF-8 string, but may be less too, depending on the string). It's a Windows limitation, which can't be worked around.</descr>