Ignore:
Timestamp:
2007/10/26 11:09:05 (17 years ago)
Author:
nanasess
Message:

$this-> 修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/graph/SC_GraphPie.php

    r15635 r16571  
    167167            // 前面のみ 
    168168            if($end > 90 && $end < 270) { 
    169                 list($ax, $ay) = lfGetArcPos($x, $y, $w, $h, $end); 
     169                list($ax, $ay) = $this->lfGetArcPos($x, $y, $w, $h, $end); 
    170170                // ラインのずれを補正する 
    171171                if($end > 180) { 
Note: See TracChangeset for help on using the changeset viewer.