win32: wrong speedbutton painting if state is down (issue #0009833)

git-svn-id: trunk@12286 -
This commit is contained in:
paul 2007-10-02 02:48:55 +00:00
parent b02017af86
commit b36835a6f7

View File

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