Skip to content
Snippets Groups Projects
Commit 61dd3030 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 6c2e6fe2
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ viewButton::viewButton(int x, int y, int w, int h, int num)
_toggle = new Fl_Light_Button(x, y, w - popw, h);
_toggle->callback(view_toggle_cb, (void *)num);
_toggle->align(FL_ALIGN_INSIDE | FL_ALIGN_CLIP);
_toggle->align(FL_ALIGN_LEFT | FL_ALIGN_INSIDE | FL_ALIGN_CLIP);
_toggle->value(opt->visible);
_toggle->copy_label(data->getName().c_str());
strcpy(_tooltip, data->getFileName().c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment