(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.

This commit is contained in:
frosch
2009-09-13 19:15:59 +00:00
parent 9a0a14f4a8
commit 0e36260337
61 changed files with 323 additions and 323 deletions

View File

@@ -117,7 +117,7 @@ public:
if (IsTransparencySet((TransparencyOption)(i - TTW_WIDGET_BEGIN))) {
MarkWholeScreenDirty();
} else {
this->InvalidateWidget(TTW_WIDGET_BUTTONS);
this->SetWidgetDirty(TTW_WIDGET_BUTTONS);
}
}
}