<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- libscidavis/src/ColorMapEditor.cpp.orig	2016-06-28 21:54:40.000000000 +0900
+++ libscidavis/src/ColorMapEditor.cpp	2016-06-28 21:55:06.000000000 +0900
@@ -124,7 +124,7 @@
 		
 	QColor c = QColor(map.rgb(QwtDoubleInterval(0, 1), colors[i]));
 	it = new QTableWidgetItem(c.name());
-	it-&gt;setFlags(!Qt::ItemIsEditable);
+//	it-&gt;setFlags(!Qt::ItemIsEditable);
 	it-&gt;setBackground(QBrush(c));
 	it-&gt;setForeground(QBrush(c));
     table-&gt;setItem(i, 1, it);
@@ -156,7 +156,7 @@
 table-&gt;setItem(row, 0, it);
 		
 it = new QTableWidgetItem(c.name());
-it-&gt;setFlags(!Qt::ItemIsEditable);
+//it-&gt;setFlags(!Qt::ItemIsEditable);
 it-&gt;setBackground(QBrush(c));
 it-&gt;setForeground(QBrush(c));
 table-&gt;setItem(row, 1, it);
</pre></body></html>