diff --git a/interface/wx/dc.h b/interface/wx/dc.h index 40e37cb34a..e7c94b31e9 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -261,6 +261,9 @@ public: Note that SetBackground() method must be used to set the brush used by Clear(), the brush used for filling the shapes set by SetBrush() is ignored by it. + + If no background brush was set, solid white brush is used to clear the + device context. */ void Clear();