aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/Infobox95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-09-04 20:14:19 -0400
committerlempamo <[email protected]>2017-09-04 20:14:19 -0400
commit1a970e69dada088c5f5ea82dd5683da9ae306ebe (patch)
tree1f77a784221a7565843624f321995ab8856e4a3a /Histacom2.Engine/Template/Infobox95.cs
parent69d4465542fb00108576219d9c1da026f2e864b1 (diff)
downloadhistacom2-1a970e69dada088c5f5ea82dd5683da9ae306ebe.tar.gz
histacom2-1a970e69dada088c5f5ea82dd5683da9ae306ebe.tar.bz2
histacom2-1a970e69dada088c5f5ea82dd5683da9ae306ebe.zip
new classic buttons!
Diffstat (limited to 'Histacom2.Engine/Template/Infobox95.cs')
-rw-r--r--Histacom2.Engine/Template/Infobox95.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Histacom2.Engine/Template/Infobox95.cs b/Histacom2.Engine/Template/Infobox95.cs
index f0ed0db..dca45bb 100644
--- a/Histacom2.Engine/Template/Infobox95.cs
+++ b/Histacom2.Engine/Template/Infobox95.cs
@@ -13,9 +13,6 @@ namespace Histacom2.Engine.Template
public Infobox95(InfoboxType type, InfoboxButtons btns)
{
InitializeComponent();
- button1.Paint += (sender, args) => Paintbrush.PaintClassicBorders(sender, args, 2);
- button2.Paint += (sender, args) => Paintbrush.PaintClassicBorders(sender, args, 2);
- button3.Paint += (sender, args) => Paintbrush.PaintClassicBorders(sender, args, 2);
switch (type)
{