diff options
Diffstat (limited to 'kpresenter/KPrCommand.cpp')
-rw-r--r-- | kpresenter/KPrCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrCommand.cpp b/kpresenter/KPrCommand.cpp index bef363bb..b5558afa 100644 --- a/kpresenter/KPrCommand.cpp +++ b/kpresenter/KPrCommand.cpp @@ -940,10 +940,10 @@ void KoPenCmd::execute() { Pen tmpPen = *oldPen.at( i ); - if ( flags & LineBegin ) + if ( flags & BeginLine ) tmpPen.lineBegin = newPen.lineBegin; - if ( flags & LineEnd ) + if ( flags & EndLine ) tmpPen.lineEnd = newPen.lineEnd; if ( flags & Color ) |