mirror of
https://github.com/ngeor/Chameleon.git
synced 2025-12-19 09:53:43 +01:00
fix: Missing style initialization in DfmEngine
This commit is contained in:
parent
3c412959b6
commit
2ed9211d89
@ -26,7 +26,7 @@
|
||||
<UseVersionInfo Value="True"/>
|
||||
<AutoIncrementBuild Value="True"/>
|
||||
<MinorVersionNr Value="1"/>
|
||||
<BuildNr Value="2"/>
|
||||
<BuildNr Value="3"/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="Default" Default="True"/>
|
||||
|
||||
BIN
Chameleon.res
BIN
Chameleon.res
Binary file not shown.
@ -159,6 +159,7 @@ begin
|
||||
childlist := TList.Create;
|
||||
|
||||
dfm1.WriteLn('object ' + frmName + ': T' + frmName);
|
||||
style := GetWindowLong(wnd, GWL_EXSTYLE);
|
||||
exstyle := GetWindowLong(wnd, GWL_EXSTYLE);
|
||||
dfm1.Ident := 2;
|
||||
dfm1.WritePlacement(wnd, 0);
|
||||
|
||||
@ -5,7 +5,7 @@ unit frmMain;
|
||||
interface
|
||||
|
||||
uses
|
||||
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
|
||||
Windows, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
|
||||
StdCtrls, ExtCtrls, Spin, ComCtrls, Buttons;
|
||||
|
||||
type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user