aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorwowmom98 <[email protected]>2017-02-25 15:11:24 -0500
committerwowmom98 <[email protected]>2017-02-25 15:11:24 -0500
commitac7f2fa5bd1f384aa28da85ac14d9e18d6a7813b (patch)
tree32600dd7c805d0f7b73c06128981aaa1fd63aab5 /ShiftOS.WinForms
parent68eb6e95c6611bafa8a820ad3f8c123a351a9be9 (diff)
downloadshiftos_thereturn-ac7f2fa5bd1f384aa28da85ac14d9e18d6a7813b.tar.gz
shiftos_thereturn-ac7f2fa5bd1f384aa28da85ac14d9e18d6a7813b.tar.bz2
shiftos_thereturn-ac7f2fa5bd1f384aa28da85ac14d9e18d6a7813b.zip
I can assure you guaranteed that there is an acorn somewhere, in this place, and the sailors are looking for it
changed a few comments and made a bit of code family friendly
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Applications/Artpad.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Artpad.cs b/ShiftOS.WinForms/Applications/Artpad.cs
index c3b717b..6c1bc1c 100644
--- a/ShiftOS.WinForms/Applications/Artpad.cs
+++ b/ShiftOS.WinForms/Applications/Artpad.cs
@@ -1686,7 +1686,7 @@ namespace ShiftOS.WinForms.Applications
{
case "Bold":
drawtextfontstyle = FontStyle.Bold;
- break;
+ break; //BREAK COME ON HOO OH YEAHE CHECK IT OUT OH YEAH LETS GO SCRUATCHO HEY
case "Italic":
drawtextfontstyle = FontStyle.Italic;
break;