ath_spectral icon indicating copy to clipboard operation
ath_spectral copied to clipboard

detach all QwtPlotCurve in AthScan::clear()

Open qdbgw3ihnjw opened this issue 7 years ago • 3 comments

In my opinion, all QwtPlotCurve should be detached in AthScan::clear()

qdbgw3ihnjw avatar Dec 21 '17 13:12 qdbgw3ihnjw

In my opinion, all QwtPlotCurve should be detached in AthScan::clear()

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

_fft_curve is already detached in AthScan::clear()

-- UNIX is Sexy: who | grep -i blonde | talk; cd ~; wine; talk; touch; unzip; touch; strip; gasp; finger; gasp; mount; fsck; more; yes; gasp; umount; make clean; sleep

LorenzoBianconi avatar Dec 21 '17 18:12 LorenzoBianconi

if open many sample files, and new many QwtPlotCurve objects, AthScan::clear() should detach all of these.

qdbgw3ihnjw avatar Dec 27 '17 05:12 qdbgw3ihnjw

Got the point. Feel free to send a PR

LorenzoBianconi avatar Jan 03 '18 08:01 LorenzoBianconi