(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
if (IsTransparencySet((TransparencyOption)(i - TTW_WIDGET_BEGIN))) {
|
||||
MarkWholeScreenDirty();
|
||||
} else {
|
||||
this->InvalidateWidget(TTW_WIDGET_BUTTONS);
|
||||
this->SetWidgetDirty(TTW_WIDGET_BUTTONS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user