From 7f1bf82c6ef9d220ffa791bb313b626d14060a3c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 31 Jul 2009 01:21:49 +0000 Subject: [PATCH] We need full update on resize. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32007 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debuganalyzer/gui/HeaderView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debuganalyzer/gui/HeaderView.cpp b/src/apps/debuganalyzer/gui/HeaderView.cpp index 1720565a6a..5da4c2a411 100644 --- a/src/apps/debuganalyzer/gui/HeaderView.cpp +++ b/src/apps/debuganalyzer/gui/HeaderView.cpp @@ -560,7 +560,7 @@ public: HeaderView::HeaderView() : - BView("header view", B_WILL_DRAW), + BView("header view", B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE), fModel(NULL), fHeaderEntries(10, true), fLayoutValid(false)