diff --git a/src/servers/app/DefaultDecorator.cpp b/src/servers/app/DefaultDecorator.cpp index b4423bc01d..70cfad13fe 100644 --- a/src/servers/app/DefaultDecorator.cpp +++ b/src/servers/app/DefaultDecorator.cpp @@ -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);