Solving issue 1657: "Destination save path forgotten for photos in queue when RT crashes". Also allow to set the Saving parameters or not, when sent to the queue with the "Save as" dialog box
This commit is contained in:
@@ -133,7 +133,7 @@ void ThumbBrowserEntryBase::updateBackBuffer () {
|
||||
if (!bbIcons.empty()) {
|
||||
int iwidth = igap;
|
||||
int iheight = 0;
|
||||
for (size_t i=0; i<bbIcons.size(); i++) {
|
||||
for (size_t i=0; i<bbIcons.size(); i++) {
|
||||
iwidth += bbIcons[i]->get_width() + igap;
|
||||
if (bbIcons[i]->get_height() > iheight)
|
||||
iheight = bbIcons[i]->get_height();
|
||||
|
Reference in New Issue
Block a user