diff options
| author | lempamo <[email protected]> | 2017-07-01 23:02:34 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-01 23:02:34 -0400 |
| commit | 82af186d5140e878f6b49bc101112550d36bc78a (patch) | |
| tree | e533069e097f4da27a73ef5409f44af4b07a92a0 /TimeHACK.Main/OS/Win98 | |
| parent | c75aea5a35405b81de4f9ee679ed415cdc0fdeef (diff) | |
| download | histacom2-82af186d5140e878f6b49bc101112550d36bc78a.tar.gz histacom2-82af186d5140e878f6b49bc101112550d36bc78a.tar.bz2 histacom2-82af186d5140e878f6b49bc101112550d36bc78a.zip | |
classic buttons are here
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.Designer.cs b/TimeHACK.Main/OS/Win98/Win98.Designer.cs index 97ff7bf..d1f66dd 100644 --- a/TimeHACK.Main/OS/Win98/Win98.Designer.cs +++ b/TimeHACK.Main/OS/Win98/Win98.Designer.cs @@ -177,7 +177,7 @@ this.startmenu.Name = "startmenu"; this.startmenu.Size = new System.Drawing.Size(174, 300); this.startmenu.TabIndex = 4; - this.startmenu.Paint += (sender, args) => Engine.Paintbrush.paintClassicBorders(sender, args, 2, Engine.Paintbrush.BGStyle.NoChange); + this.startmenu.Paint += (sender, args) => Engine.Paintbrush.paintClassicBorders(sender, args, 2); // // startmenuitems // |
