mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 12:20:25 +02:00
TTrackBar.ScalePos: not supported on Win32, Cocoa, QT, QT4, QT6.
(cherry picked from commit a448e61987
)
This commit is contained in:
parent
ebfffd86e5
commit
8c3ed386e3
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user