]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.C
more changes to get insetfloat working + some other things. Read the ChangeLog
[features.git] / src / insets / insettext.C
index d38d9da270f010c8fc9629beb07698b2fd2756cb..08bd8260d6c0105503502dbea094adf03eab4bc2 100644 (file)
@@ -599,7 +599,9 @@ void InsetText::InsetButtonRelease(BufferView * bv, int x, int y, int button)
     UpdatableInset * inset = 0;
 
     if (the_locking_inset) {
-           the_locking_inset->InsetButtonRelease(bv, x-inset_x, y-inset_y,button);
+           the_locking_inset->InsetButtonRelease(bv,
+                                                 x - inset_x, y - inset_y,
+                                                 button);
     } else {
        if (cpar(bv)->GetChar(cpos(bv)) == LyXParagraph::META_INSET) {
            inset = static_cast<UpdatableInset*>(cpar(bv)->GetInset(cpos(bv)));