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:
zeljko 2019-12-14 13:19:19 +00:00
parent 780970cb03
commit 5a05f2845f

View File

@ -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