Cleanup: Give SetDirtyBlocks
a more descriptive name.
This commit is contained in:

committed by
Charles Pigott

parent
caab095e4e
commit
8652a4db76
@@ -774,7 +774,7 @@ void NWidgetBase::SetDirty(const Window *w) const
|
||||
{
|
||||
int abs_left = w->left + this->pos_x;
|
||||
int abs_top = w->top + this->pos_y;
|
||||
SetDirtyBlocks(abs_left, abs_top, abs_left + this->current_x, abs_top + this->current_y);
|
||||
AddDirtyBlock(abs_left, abs_top, abs_left + this->current_x, abs_top + this->current_y);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user