]> git.lyx.org Git - lyx.git/blobdiff - src/screen.C
small changes to ButtonController usage
[lyx.git] / src / screen.C
index f4ffa0c391256324cd93dcc4555766d4e56142eb..beaf52d6694bf3abbee663586fef914a89045bf9 100644 (file)
@@ -425,8 +425,8 @@ void LyXScreen::Update(LyXText * text, int y_offset, int x_offset)
 }
 
 
-void LyXScreen::ToggleSelection(LyXText * text,  int y_offset, int x_offset,
-                               bool kill_selection)
+void LyXScreen::ToggleSelection(LyXText * text,  bool kill_selection,
+                               int y_offset, int x_offset)
 {
        // only if there is a selection
        if (!text->selection) return;