mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 07:00:33 +01:00
win32: wrong speedbutton painting if state is down (issue #0009833)
git-svn-id: trunk@12286 -
This commit is contained in:
parent
b02017af86
commit
b36835a6f7
@ -1832,7 +1832,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
teToolBar:
|
teToolBar:
|
||||||
begin
|
begin
|
||||||
if IsPushed(Details) then
|
if IsPushed(Details) or IsChecked(Details) then
|
||||||
Bevel := bvLowered
|
Bevel := bvLowered
|
||||||
else
|
else
|
||||||
if IsHot(Details) then
|
if IsHot(Details) then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user