From 4d188c1afce5f87c4d3c8b7d0b44695324759b10 Mon Sep 17 00:00:00 2001 From: staticfox Date: Sun, 22 May 2016 22:43:33 -0400 Subject: wheeeeeeeeee --- src/modules/objects/KvsObject_painter.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules/objects/KvsObject_painter.cpp') diff --git a/src/modules/objects/KvsObject_painter.cpp b/src/modules/objects/KvsObject_painter.cpp index 79b9c002a..603181430 100644 --- a/src/modules/objects/KvsObject_painter.cpp +++ b/src/modules/objects/KvsObject_painter.cpp @@ -330,7 +330,7 @@ const char * const brushstyles_tbl[] = { !fn: $scale(,) Scales the coordinate system by , . !fn: $setBackgroundMode() - Sets the background mode of the painter to : + Sets the background mode of the painter to : Valid values are:[br] [pre] - Transparent (that is the default value);[br] @@ -472,7 +472,7 @@ const char * const brushstyles_tbl[] = { { $$->%degree=0; if ($$->%Zoomindex == 99) $$->%Noanim=1 - } + } if ($$->%Noanim != 1) return [comment]#sinusoid animation[/comment] if (($$->%xstart <1) && ($$->%xoffset == -4)) $$->%xoffset=4; @@ -495,11 +495,11 @@ const char * const brushstyles_tbl[] = { privateimpl(%Btn,mousepressevent) { - if ($$->$parent->%nextanim==0) + if ($$->$parent->%nextanim==0) { $$->$parent->%nextanim=1 $$->$settext(Prev) - } + } else { $$->$parent->%nextanim=0 @@ -515,7 +515,7 @@ const char * const brushstyles_tbl[] = { %Hello->$setmaximumheight(600) %Hello->$setminimumheight(600) %Hello->$move(10,10) - %Hello->$show(); + %Hello->$show(); [/example] */ -- cgit v1.3.1-10-gc9f91