mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 21:39:21 +02:00
fixed showing statusbar at designtime from vincent
git-svn-id: trunk@5130 -
This commit is contained in:
parent
7e683edb8a
commit
0788600787
@ -2400,6 +2400,8 @@ Begin
|
||||
SetOwner(Window, Sender);
|
||||
csPage:
|
||||
ShowWindow(Window, SW_HIDE);
|
||||
csStatusBar:
|
||||
StatusBarUpdate(Sender);
|
||||
end;
|
||||
|
||||
Assert(False, 'Trace:Leaving CreateComponent');
|
||||
@ -2994,6 +2996,9 @@ End;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.163 2004/02/01 09:58:21 mattias
|
||||
fixed showing statusbar at designtime from vincent
|
||||
|
||||
Revision 1.162 2004/01/22 18:22:37 mattias
|
||||
applied patch for dir dlgs from Vincent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user