diff options
| author | 2016-05-22 22:43:33 -0400 | |
|---|---|---|
| committer | 2016-05-22 22:46:59 -0400 | |
| commit | 4d188c1afce5f87c4d3c8b7d0b44695324759b10 (patch) | |
| tree | 1601cda040d69b84ba10d8da3c89224de1587205 /src/modules/objects/KvsObject_painter.cpp | |
| parent | KviIrcToolbar: add last measured to IRC Ctxt widget (diff) | |
| download | KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.gz KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.bz2 KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.zip | |
wheeeeeeeeee
Diffstat (limited to 'src/modules/objects/KvsObject_painter.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_painter.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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(<dh:real>,<dw:real>) Scales the coordinate system by <dh>, <dv>. !fn: $setBackgroundMode(<bgMode:enum>) - Sets the background mode of the painter to <bgMode>: + Sets the background mode of the painter to <bgMode>: 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] */ |
