Searched hist:"2 c604c0df5eabe4a71c1a6ef0654924f9f5e1ec7" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/activitymonitor/ |
H A D | CircularBuffer.h | 2c604c0df5eabe4a71c1a6ef0654924f9f5e1ec7 Fri Jun 05 08:20:43 UTC 2009 Axel Dörfler <axeld@pinc-software.de> * CircularBuffer is now save to use even if the buffer allocation failed. This fixes bug #3985. * This happened as ViewHistory::Update() can obviously be called before the view is really layouted. Therefore it now restricts the view size to 16384. * Since the Update() happens in Draw(), it looks like this is actually a problem of our layout engine (as the size is computed via BView::Frame()).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30967 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | ActivityView.cpp | 2c604c0df5eabe4a71c1a6ef0654924f9f5e1ec7 Fri Jun 05 08:20:43 UTC 2009 Axel Dörfler <axeld@pinc-software.de> * CircularBuffer is now save to use even if the buffer allocation failed. This fixes bug #3985. * This happened as ViewHistory::Update() can obviously be called before the view is really layouted. Therefore it now restricts the view size to 16384. * Since the Update() happens in Draw(), it looks like this is actually a problem of our layout engine (as the size is computed via BView::Frame()).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30967 a95241bf-73f2-0310-859d-f6bbb57e9c96
|