Summary: | program hangs when plotting arcsin and arccos | ||
---|---|---|---|
Product: | [Applications] kmplot | Reporter: | Peter Ambroz <comp> |
Component: | general | Assignee: | Klaus-Dieter M <kd.moeller> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Peter Ambroz
2004-10-24 17:31:06 UTC
CVS commit by fedemar: Fix for bug 92014: program hangs when plotting arcsin and arccos. BUG: 92014 M +1 -10 View.cpp 1.90.2.3 --- kdeedu/kmplot/kmplot/View.cpp #1.90.2.2:1.90.2.3 @@ -371,16 +371,7 @@ void View::plotfkt(int ix, QPainter *pDC if ( dgr.xclipflg || dgr.yclipflg) - { - if(mflg>=1) p1=p2; else { - pDC->drawLine(p1, p2); - p1=p2; - mflg=1; - } - } - else - { if(mflg<=1) pDC->drawLine(p1, p2); |