]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.cpp
Remove special code for Qt5 to manage HiDPI. It's not needed anymore and leads to...
[lyx.git] / src / Changes.cpp
index 616daf029f50aa615d4bba3a5a919d6cbf8fc798..877c3f104281fec2c8cee5b3f4b31b10e67be6a6 100644 (file)
@@ -138,6 +138,8 @@ void Changes::set(Change const & change, pos_type const start, pos_type const en
                        << ", author: " << change.author 
                        << ", time: " << long(change.changetime)
                        << ") in range (" << start << ", " << end << ")");
+               if (!isChanged())
+                       is_update_required_ = true;
        }
 
        Range const newRange(start, end);