smoll changes

This commit is contained in:
fourtf
2019-08-21 00:01:27 +02:00
parent d98318e1cc
commit f3e48c1325
5 changed files with 14 additions and 16 deletions
-2
View File
@@ -643,8 +643,6 @@ void BaseWindow::drawCustomWindowFrame(QPainter &painter)
#ifdef USEWINSDK
if (this->hasCustomWindowFrame())
{
QPainter painter(this);
QColor bg = this->overrideBackgroundColor_.value_or(
this->theme->window.background);