Switch to unified view
a/src/qtgui/preview_w.cpp | b/src/qtgui/preview_w.cpp | ||
---|---|---|---|
... |
... |
||
934 | } |
934 | } |
935 | } |
935 | } |
936 | 936 | ||
937 | if (!fn.empty()) { |
937 | if (!fn.empty()) { |
938 | editor->m_image = QImage(fn.c_str()); |
938 | editor->m_image = QImage(fn.c_str()); |
939 | if (!editor->m_image.isNull()) |
||
939 | editor->displayImage();
|
940 | editor->displayImage();
|
940 | } |
941 | } |
941 | } |
942 | } |
942 | 943 | ||
943 | 944 | ||
944 | // Position the editor so that the first search term is visible |
945 | // Position the editor so that the first search term is visible |