added settingssnapshot

This commit is contained in:
fourtf
2017-01-24 20:15:12 +01:00
parent de8f6d1e82
commit 3d6b9f7645
15 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ NotebookPageDropPreview::paintEvent(QPaintEvent *)
QPainter painter(this);
painter.fillRect(8, 8, width() - 17, height() - 17,
ColorScheme::instance().DropPreviewBackground);
ColorScheme::getInstance().DropPreviewBackground);
}
void