From kde-bugs-dist Sun Apr 30 23:47:22 2006 From: Robert Norton Date: Sun, 30 Apr 2006 23:47:22 +0000 To: kde-bugs-dist Subject: [Bug 126540] Incorrect re-ordering of multiple sensors on graph Message-Id: <20060430234722.10204.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=114644084910627 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=126540 ------- Additional Comments From kdebugs.10.rmn30 spamgourmet org 2006-05-01 01:47 ------- Having had a quick look at the source I see that FancyPlotterSettings.cc re-assigns the sensor 'id' according to the order they are in the list, whilst FancyPlotter.cc tries to match the ids to the ones it has already has when updating the settings, even though they might have changed. This could be fixed by having FancyPlotter.cc match the sensors based on their name and then munge the beamColors and sampleBuffer appropriately but this could be quite a tedious operation. An alternative solution would be to remove the Move Up/Down buttons from the settings dialogue....