]> git.lyx.org Git - features.git/commitdiff
Limit the work-around in rev. 16874 to Windows.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 27 Jan 2007 10:24:15 +0000 (10:24 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 27 Jan 2007 10:24:15 +0000 (10:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16877 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/iconpalette.C

index d6eeb091355bc2ac34661ca7e42b76f514867388..32b3b62cb86983353dfb17590eaaa16d37a7b066 100644 (file)
@@ -158,6 +158,7 @@ IconPalette::IconPalette(QWidget * parent, char const ** entries)
                buttons_.push_back(make_pair(p, entries[i]));
                layout_->addWidget(p);
        }
+#ifdef Q_WS_WIN
        // FIXME: This is a hack to work around bug 2859
        // http://bugzilla.lyx.org/show_bug.cgi?id=2859
        // Short description of the bug:
@@ -168,6 +169,7 @@ IconPalette::IconPalette(QWidget * parent, char const ** entries)
        screenshot.
        */
        move(50, 50);
+#endif
 }