]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcollapsable.C
some selection work for tabulars
[features.git] / src / insets / insetcollapsable.C
index 5de552d99005ee024e9a9d5dbb8181594e93cab4..40b580c572ea7546e3661d68dd91503c5476a199 100644 (file)
@@ -375,9 +375,9 @@ void InsetCollapsable::validate(LaTeXFeatures & features) const
 }
 
 
-void InsetCollapsable::getCursorPos(int & x, int & y) const
+void InsetCollapsable::getCursorPos(int cell, int & x, int & y) const
 {
-       inset.getCursorPos(x, y);
+       inset.getCursorPos(cell, x, y);
        if (status_ != Inlined)
                y += - ascent() + height_collapsed() + inset.ascent();
 }