mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 21:49:18 +02:00
Gtk3: fixed TTrackBar TickStyle tsNone still shows numeric label. Patch by CudaText man. issue #36435
git-svn-id: trunk@62385 -
This commit is contained in:
parent
780970cb03
commit
5a05f2845f
@ -3599,6 +3599,7 @@ var
|
||||
begin
|
||||
if IsWidgetOK then
|
||||
begin
|
||||
PGtkScale(FWidget)^.set_draw_value(ATickStyle <> tsNone);
|
||||
if ATickStyle = tsNone then
|
||||
PGtkScale(FWidget)^.clear_marks
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user