diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-11 20:37:33 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-11 20:37:33 -0500 |
| commit | cb10dfe5c2004580f480f3e84c445fe7877be79b (patch) | |
| tree | 748650f2069861bddb6972ecb39bbea336a816a5 /Histacom2.Engine/WindowManager.cs | |
| parent | 572117a8d2fe2e88ce72ecfbcf55598b02bddd62 (diff) | |
| parent | 584789ed8a37027db496d6c90873186fe461f021 (diff) | |
| download | histacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.tar.gz histacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.tar.bz2 histacom2-cb10dfe5c2004580f480f3e84c445fe7877be79b.zip | |
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2.Engine/WindowManager.cs')
| -rw-r--r-- | Histacom2.Engine/WindowManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Histacom2.Engine/WindowManager.cs b/Histacom2.Engine/WindowManager.cs index cffb74a..4f4951c 100644 --- a/Histacom2.Engine/WindowManager.cs +++ b/Histacom2.Engine/WindowManager.cs @@ -60,6 +60,7 @@ namespace Histacom2.Engine content.Parent = app.programContent; content.BringToFront(); content.Dock = DockStyle.Fill; + app.progContent = content; // Check if icon is null if (icon == null) |
