Fix some capitalisation in the preferences dialog.
[ardour.git] / libs / canvas / item.cc
index 418382da17c27c88a1deae3edf914dfad6fb3f09..e4e3c3054667ee54143bd67435933178a5e9da2e 100644 (file)
@@ -404,9 +404,9 @@ Item::bounding_box () const
 {
        if (_bounding_box_dirty) {
                compute_bounding_box ();
+               assert (!_bounding_box_dirty);
        }
 
-       assert (!_bounding_box_dirty);
        return _bounding_box;
 }