diff --git a/src/kits/interface/View.cpp b/src/kits/interface/View.cpp index 0c7c960370..5e305454f2 100644 --- a/src/kits/interface/View.cpp +++ b/src/kits/interface/View.cpp @@ -4738,7 +4738,7 @@ BView::IsLayoutValid() const BLayout & BView will avoid calling InvalidateLayout on views that have already been invalidated, but if the view caches internal layout information - which it updates in methds other than DoLayout(), it has to invoke this + which it updates in methods other than DoLayout(), it has to invoke this method, when it has done so, since otherwise the information might become obsolete without the layout noticing. */