Added TODO on SetTitle... the rect gets invalidated even when nothing is visible... flickers apps on top with TitleSpectrumAnalyzer in SoundPlay for ex...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-10-30 23:04:40 +00:00
parent 29ac46e843
commit 48ccb49ab0

View File

@ -137,6 +137,8 @@ DefaultDecorator::~DefaultDecorator()
void
DefaultDecorator::SetTitle(const char* string, BRegion* updateRegion)
{
// TODO: we could be much smarter about the update region
BRect rect = TabRect();
Decorator::SetTitle(string);