mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 10:39:09 +02:00
MG: fixed flickering of modal forms
git-svn-id: trunk@3379 -
This commit is contained in:
parent
767b978afa
commit
ad45819dff
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
Splash.pp
|
Splash.pp
|
||||||
-------------------
|
---------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -72,7 +72,6 @@ begin
|
|||||||
|
|
||||||
FPixmap := TPixmap.Create;
|
FPixmap := TPixmap.Create;
|
||||||
FPixmap.LoadFromLazarusResource('splash_logo');
|
FPixmap.LoadFromLazarusResource('splash_logo');
|
||||||
//FBitmap.Handle := CreatePixmapIndirect(@SPLASH_IMAGE, ColorToRGB(clBtnFace));
|
|
||||||
|
|
||||||
FTimer := TTimer.Create(self);
|
FTimer := TTimer.Create(self);
|
||||||
with FTimer do
|
with FTimer do
|
||||||
@ -141,6 +140,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.17 2002/09/30 20:19:12 lazarus
|
||||||
|
MG: fixed flickering of modal forms
|
||||||
|
|
||||||
Revision 1.16 2002/09/27 20:52:18 lazarus
|
Revision 1.16 2002/09/27 20:52:18 lazarus
|
||||||
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
|
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user