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:
parent
29ac46e843
commit
48ccb49ab0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user