Updated documentation

This commit is contained in:
Gaerzi 2014-04-12 10:55:10 +02:00
commit 101107b1e5
2 changed files with 22 additions and 1 deletions

View file

@ -643,7 +643,6 @@ public:
case NAME_None:
th->RenderStyle = STYLE_None;
break;
default:
case NAME_Normal:
th->RenderStyle = STYLE_Normal;
break;
@ -679,6 +678,8 @@ public:
case NAME_Subtractive:
th->RenderStyle = STYLE_Subtract;
break;
default:
break;
}
}
break;