Push temporary color list down into ColorHistory.
This commit is contained in:
@@ -74,6 +74,13 @@ namespace glabels
|
||||
}
|
||||
|
||||
|
||||
QColor ColorHistory::getColor( int id )
|
||||
{
|
||||
QList<QColor> colors = readColorList();
|
||||
return colors[id];
|
||||
}
|
||||
|
||||
|
||||
QList<QColor> ColorHistory::readColorList()
|
||||
{
|
||||
QStringList defaultList;
|
||||
|
||||
Reference in New Issue
Block a user