mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 09:50:31 +02:00
win32: don't tread TCustomControl caption as TCustomControl title. 1) no need, 2) it crashes when title is too big.
git-svn-id: trunk@15150 -
This commit is contained in:
parent
c3a143a598
commit
8dd2b0738e
@ -316,7 +316,6 @@ begin
|
|||||||
with Params do
|
with Params do
|
||||||
begin
|
begin
|
||||||
pClassName := @ClsName[0];
|
pClassName := @ClsName[0];
|
||||||
WindowTitle := StrCaption;
|
|
||||||
SubClassWndProc := nil;
|
SubClassWndProc := nil;
|
||||||
end;
|
end;
|
||||||
// create window
|
// create window
|
||||||
|
Loading…
Reference in New Issue
Block a user