disabled title/action safe areas when rendering

This commit is contained in:
itsmattkc
2018-09-13 20:17:56 +10:00
parent 1c7d22a5cd
commit 8b2408d4c1
+1 -1
View File
@@ -431,7 +431,7 @@ void ViewerWidget::paintGL() {
}
}
if (config.show_title_safe_area) {
if (config.show_title_safe_area && !rendering) {
drawTitleSafeArea();
}