mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 05:38:16 +02:00
MG: activated InvalidateControl for TWinControls
git-svn-id: trunk@803 -
This commit is contained in:
parent
c719a442ff
commit
a5013f860e
@ -1317,7 +1317,7 @@ begin
|
||||
ReDraw(PgtkWidget(TCanvas(Sender).Handle))
|
||||
else
|
||||
if not (Sender is TSpeedbutton) then begin
|
||||
if Sender is TControl then
|
||||
if Sender is TWinControl then
|
||||
ReDraw(PgtkWidget(Handle))
|
||||
end else begin
|
||||
// ToDo: always invalidate instead of perform
|
||||
@ -5724,6 +5724,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.200 2002/09/05 13:46:19 lazarus
|
||||
MG: activated InvalidateControl for TWinControls
|
||||
|
||||
Revision 1.199 2002/09/05 12:11:44 lazarus
|
||||
MG: TNotebook is now streamable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user