merge with dev

This commit is contained in:
Desmis
2019-07-23 06:40:40 +02:00
131 changed files with 452 additions and 976 deletions

View File

@@ -247,7 +247,7 @@ bool ImageArea::on_draw(const ::Cairo::RefPtr< Cairo::Context> &cr)
(*i)->expose (cr);
}
if (options.showInfo && infotext != "") {
if (options.showInfo && !infotext.empty()) {
iBackBuffer.copySurface(cr);
}