mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-14 08:48:36 +00:00
Merge Mini graph fixes
This commit is contained in:
commit
c0bc070aa4
@ -1874,11 +1874,11 @@ void MemoryWidget::switchTheme(bool dark)
|
||||
{
|
||||
if (dark)
|
||||
{
|
||||
ui->webSimpleGraph->setStyleSheet("background-color: rgb(64, 64, 64);");
|
||||
ui->webSimpleGraph->page()->setBackgroundColor(QColor(64, 64, 64));
|
||||
}
|
||||
else
|
||||
{
|
||||
ui->webSimpleGraph->setStyleSheet("");
|
||||
ui->webSimpleGraph->page()->setBackgroundColor(QColor(255, 255, 255));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user