mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert "fix" to get LyX working again. Sorry for being precipient.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2719 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
698d6be4e4
commit
7d09d97b56
@ -64,7 +64,7 @@ void FormMathsBitmap::build()
|
||||
form_->u_vdata = this;
|
||||
|
||||
FL_OBJECT * obj = fl_add_box(FL_UP_BOX, 0, 0, w_, h_, "");
|
||||
fl_add_object(form_.get(), obj);
|
||||
//fl_add_object(form_.get(), obj);
|
||||
|
||||
y_ = 0;
|
||||
for (vector<bm_ptr>::const_iterator it = bitmaps_.begin();
|
||||
@ -84,7 +84,7 @@ void FormMathsBitmap::build()
|
||||
|
||||
FL_OBJECT * button_cancel = obj =
|
||||
fl_add_button(FL_NORMAL_BUTTON, x_, y_, 90, 30, idex(_(label)));
|
||||
fl_add_object(form_.get(), obj);
|
||||
//fl_add_object(form_.get(), obj);
|
||||
fl_set_button_shortcut(obj, scex(_(label)), 1);
|
||||
fl_set_object_lsize(obj, FL_NORMAL_SIZE);
|
||||
fl_set_object_callback(obj, C_FormBaseDeprecatedCancelCB, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user