]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormGraphics.C
Fix crash but problem still remains.
[lyx.git] / src / frontends / xforms / FormGraphics.C
index dda36d298a6247700fb1eb73d3a7afe7ad6c5c07..38866c2af45afe07bd97621f87f08817541a05c1 100644 (file)
@@ -578,7 +578,7 @@ ButtonPolicy::SMInput FormGraphics::input(FL_OBJECT * ob, long)
 
                // the bb section
        } else if (!controller().bbChanged &&
-                  (ob == bbox_->choice_bb_units ||
+                  (ob == bbox_->check_clip  || ob == bbox_->choice_bb_units ||
                    ob == bbox_->input_bb_x0 || ob == bbox_->input_bb_y0 ||
                    ob == bbox_->input_bb_x1 || ob == bbox_->input_bb_y1)) {
                controller().bbChanged = true;