]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/qscreen.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / qscreen.C
index 5a9724f258e00feed6b834951394ceea7124843d..ef24f99ce2e300c522648704413c108e5b7bfbdd 100644 (file)
@@ -61,7 +61,7 @@ void QScreen::showCursor(int x, int y, int h, Cursor_Shape shape)
                owner_.drawScreen(cursor_x_, cursor_y_, vcursor_);
                return;
        }
-               
+
        // Cache the dimensions of the cursor.
        cursor_x_ = x;
        cursor_y_ = y;