diff options
| author | lempamo <[email protected]> | 2017-10-21 23:00:23 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-21 23:00:23 -0400 |
| commit | 84b7c410b36b9d859b98150be15641d7fa6a6442 (patch) | |
| tree | a53b170307151ed36acdd47f6ddac6cb9fe3e376 /Histacom2.Engine/UI/ClassicLabel.cs | |
| parent | 54a3e8fe71f936580339e4a4a6fb650d57fbb5d1 (diff) | |
| download | histacom2-84b7c410b36b9d859b98150be15641d7fa6a6442.tar.gz histacom2-84b7c410b36b9d859b98150be15641d7fa6a6442.tar.bz2 histacom2-84b7c410b36b9d859b98150be15641d7fa6a6442.zip | |
more xp start menu icons
Diffstat (limited to 'Histacom2.Engine/UI/ClassicLabel.cs')
| -rw-r--r-- | Histacom2.Engine/UI/ClassicLabel.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Histacom2.Engine/UI/ClassicLabel.cs b/Histacom2.Engine/UI/ClassicLabel.cs index 4ef1201..eba8dc6 100644 --- a/Histacom2.Engine/UI/ClassicLabel.cs +++ b/Histacom2.Engine/UI/ClassicLabel.cs @@ -36,8 +36,6 @@ namespace Histacom2.Engine.UI { get { - // add the drop shadow flag for automatically drawing - // a drop shadow around the form CreateParams cp = base.CreateParams; if (DropShadow) cp.ClassStyle |= CS_DROPSHADOW; return cp; |
