Moved TS generation behind flag, fixed more references to blur, fixed missing pixelate icon.
This commit is contained in:
committed by
borgmanJeremy
parent
9de316425f
commit
889b688ee2
@@ -31,7 +31,7 @@ QIcon
|
||||
PixelateTool::icon(const QColor& background, bool inEditor) const
|
||||
{
|
||||
Q_UNUSED(inEditor);
|
||||
return QIcon(iconPath(background) + "blur.svg");
|
||||
return QIcon(iconPath(background) + "pixelate.svg");
|
||||
}
|
||||
QString
|
||||
PixelateTool::name() const
|
||||
|
||||
Reference in New Issue
Block a user