13
0

ancillary change related to removal of boost::optional<Rect>

This commit is contained in:
Paul Davis 2017-01-19 20:55:38 +01:00
parent 4fa4b9a135
commit 5d7b6fdd62

View File

@ -240,7 +240,7 @@ Push2Knob::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
Push2Knob::compute_bounding_box () const
{
if (!_canvas || _r == 0) {
_bounding_box = boost::optional<Rect> ();
_bounding_box = Rect ();
_bounding_box_dirty = false;
return;
}