Add color tools inside the capture editor

This commit is contained in:
lupoDharkael
2018-05-16 23:02:30 +02:00
parent 4b8d9ba6b2
commit 6adcfef413
15 changed files with 313 additions and 6 deletions

View File

@@ -54,7 +54,8 @@ ConfigWindow::ConfigWindow(QWidget *parent) : QTabWidget(parent) {
QColor background = this->palette().background().color();
bool isDark = ColorUtils::colorIsDark(background);
QString modifier = isDark ? PathInfo::whiteIconPath() : PathInfo::blackIconPath();
QString modifier = isDark ? PathInfo::whiteIconPath() :
PathInfo::blackIconPath();
// visuals
m_visuals = new VisualsEditor();