13
0

set default pane divider position to 0.5

This commit is contained in:
Paul Davis 2016-05-26 10:45:41 -04:00
parent ce68505a51
commit 29b9c4ecc3

View File

@ -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);
}