Pārlūkot izejas kodu

cmGrPlotAudio.c : The audio plot object no longer uses the underlying

graphic objects 'user' pointer.  This was a bug because the user of the
audio object itself might use this pointer thereby overwrite the pointer
set internally by the audio object.
master
kevin 11 gadus atpakaļ
vecāks
revīzija
a4a2b601a9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      cmGrPlotAudio.c

+ 1
- 1
cmGrPlotAudio.c Parādīt failu

@@ -178,7 +178,7 @@ cmGrPlRC_t  cmGrPlotAudioFileObjCreate(
178 178
   op->isInsideCbArg  = cmGrObjIsInsideCbArg(grObjH);
179 179
   cmGrObjSetIsInsideCb( grObjH, _cmGrPlObjAfIsInside, op );
180 180
 
181
-  cmGrPlotObjSetUserPtr(oH,op);
181
+  //cmGrPlotObjSetUserPtr(oH,op);
182 182
 
183 183
   return kOkGrPlRC;
184 184
 }

Notiek ielāde…
Atcelt
Saglabāt