Switch to side-by-side view
--- a/src/qtgui/rclm_preview.cpp +++ b/src/qtgui/rclm_preview.cpp @@ -80,7 +80,7 @@ } // We can only run indexing on the main index (dbidx 0) - bool ismainidx = rcldb->whatDbIdx(doc) == 0; + bool ismainidx = rcldb->fromMainIndex(doc); // Indexer already running? bool ixnotact = (m_indexerState == IXST_NOTRUNNING);