mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-04 23:15:59 +02:00
MG: fixed speedbutton in designmode
git-svn-id: trunk@1031 -
This commit is contained in:
parent
d9cc6c9595
commit
026d2ee1e7
@ -1165,7 +1165,7 @@ end;
|
||||
{------------------------------------------------------------------------------}
|
||||
procedure TControl.Repaint;
|
||||
var
|
||||
DC: HDC;
|
||||
DC: HDC;
|
||||
begin
|
||||
if (Visible or (csDesigning in ComponentState)
|
||||
and not (csNoDesignVisible in ControlStyle))
|
||||
@ -1750,6 +1750,9 @@ end;
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.66 2002/08/26 17:28:20 lazarus
|
||||
MG: fixed speedbutton in designmode
|
||||
|
||||
Revision 1.65 2002/08/24 13:41:29 lazarus
|
||||
MG: fixed TSpeedButton.SetDown and Invalidate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user