mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 23:57:43 +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;
|
||||
teToolBar:
|
||||
begin
|
||||
if IsPushed(Details) then
|
||||
if IsPushed(Details) or IsChecked(Details) then
|
||||
Bevel := bvLowered
|
||||
else
|
||||
if IsHot(Details) then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user