Merge with "Beep6581/dev"
This commit is contained in:
@@ -35,7 +35,7 @@ bool BatchQueueEntry::iconsLoaded(false);
|
||||
std::shared_ptr<RTSurface> BatchQueueEntry::savedAsIcon(std::shared_ptr<RTSurface>(nullptr));
|
||||
|
||||
BatchQueueEntry::BatchQueueEntry (rtengine::ProcessingJob* pjob, const rtengine::procparams::ProcParams& pparams, Glib::ustring fname, int prevw, int prevh, Thumbnail* thm, bool overwrite) :
|
||||
ThumbBrowserEntryBase(fname),
|
||||
ThumbBrowserEntryBase(fname, thm),
|
||||
opreview(nullptr),
|
||||
origpw(prevw),
|
||||
origph(prevh),
|
||||
@@ -202,6 +202,9 @@ std::tuple<Glib::ustring, bool> BatchQueueEntry::getToolTip (int x, int y) const
|
||||
if (saveFormat.tiffUncompressed) {
|
||||
tooltip += Glib::ustring::compose("\n%1", M("SAVEDLG_TIFFUNCOMPRESSED"));
|
||||
}
|
||||
if (saveFormat.bigTiff) {
|
||||
tooltip += Glib::ustring::compose("\n%1", M("SAVEDLG_BIGTIFF"));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user