FileBrowser now detects the 2 frames from DualPixel Canon files
The QuickInfo frame from the EditorPanel now display the number of frame contained in the image file if > 1 See #4008
This commit is contained in:
@@ -1356,6 +1356,8 @@ void EditorPanel::info_toggled ()
|
||||
}
|
||||
} else if (isPixelShift) {
|
||||
infoString = Glib::ustring::compose ("%1\n" + M("QINFO_PIXELSHIFT"), infoString, numFrames);
|
||||
} else if (numFrames > 1) {
|
||||
infoString = Glib::ustring::compose ("%1\n" + M("QINFO_FRAMECOUNT"), infoString, numFrames);
|
||||
}
|
||||
} else {
|
||||
infoString = M ("QINFO_NOEXIF");
|
||||
|
Reference in New Issue
Block a user