(svn r22133) -Fix: some coding style.

This commit is contained in:
frosch
2011-02-23 20:29:48 +00:00
parent 50daa3f83d
commit 1a3a1e3b0c
3 changed files with 5 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ public:
virtual void OnPaint()
{
OnInvalidateData(0); // Must be sure that the widgets show the transparency variable changes, also when we use shortcuts.
this->OnInvalidateData(0); // Must be sure that the widgets show the transparency variable changes, also when we use shortcuts.
this->DrawWidgets();
}