mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-05 21:06:19 +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))
|
ReDraw(PgtkWidget(TCanvas(Sender).Handle))
|
||||||
else
|
else
|
||||||
if not (Sender is TSpeedbutton) then begin
|
if not (Sender is TSpeedbutton) then begin
|
||||||
if Sender is TControl then
|
if Sender is TWinControl then
|
||||||
ReDraw(PgtkWidget(Handle))
|
ReDraw(PgtkWidget(Handle))
|
||||||
end else begin
|
end else begin
|
||||||
// ToDo: always invalidate instead of perform
|
// ToDo: always invalidate instead of perform
|
||||||
@ -5724,6 +5724,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.199 2002/09/05 12:11:44 lazarus
|
||||||
MG: TNotebook is now streamable
|
MG: TNotebook is now streamable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user