]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiImage.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiImage.cpp
index 07c2c9854e30056ddd61a1827e33f048eacc44f1..e7defe7ec585933bd5d3cb5dcd6e5230c5ecb97d 100644 (file)
@@ -170,11 +170,10 @@ bool GuiImage::scale(Params const & params)
 
        qreal scale = qreal(params.scale) / 100.0;
 
-#if QT_VERSION >= 0x040500
+#if (QT_VERSION >= 0x040500) && (QT_VERSION <= 0x040502)
        // Due to a bug in Qt, LyX will crash for certain
-       // (integer) scaling factors and sizes of the image.
+       // scaling factors and sizes of the image.
        // see bug #5957: http://www.lyx.org/trac/ticket/5957
-       // FIXME: Add an upper version limit as soon as the bug is fixed in Qt.
        scale += 0.0001;
 #endif