mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 22:39:21 +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
|
||||
begin
|
||||
pClassName := @ClsName[0];
|
||||
WindowTitle := StrCaption;
|
||||
SubClassWndProc := nil;
|
||||
end;
|
||||
// create window
|
||||
|
Loading…
Reference in New Issue
Block a user