set default pane divider position to 0.5
This commit is contained in:
parent
ce68505a51
commit
29b9c4ecc3
@ -88,6 +88,7 @@ Pane::add_divider ()
|
||||
d->signal_motion_notify_event().connect (sigc::bind (sigc::mem_fun (*this, &Pane::handle_motion_event), d), false);
|
||||
d->set_parent (*this);
|
||||
d->show ();
|
||||
d->fract = 0.5;
|
||||
dividers.push_back (d);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user