Cleaned up default target variant selection code and some tidying

This commit is contained in:
Nav
2021-04-09 20:33:24 +01:00
parent 06e056ee18
commit 0f309e04c7
7 changed files with 29 additions and 35 deletions

View File

@@ -23,7 +23,6 @@ void BodyWidget::drawWidget(QPainter& painter) {
painter.setRenderHints(QPainter::RenderHint::Antialiasing | QPainter::RenderHint::SmoothPixmapTransform, true);
// Draw target body
// auto targetBodyColor = QColor("#AFB1B3");
auto targetBodyColor = this->getBodyColor();
auto backgroundColor = QColor("#3C3F41");