Fix flickering when running with Direct2D (#4851)
This commit is contained in:
@@ -1117,7 +1117,6 @@ void Notebook::setTabLocation(NotebookTabLocation location)
|
||||
|
||||
void Notebook::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
BaseWidget::paintEvent(event);
|
||||
auto scale = this->scale();
|
||||
|
||||
QPainter painter(this);
|
||||
|
||||
Reference in New Issue
Block a user