Remove the need for all cControl subclasses to be friends of cDialog
(Now only cControl itself is a friend.)
This commit is contained in:
@@ -78,7 +78,7 @@ cTextMsg::cTextMsg(cDialog& parent) :
|
||||
drawFramed(false),
|
||||
textFont(FONT_BOLD),
|
||||
textSize(10),
|
||||
color(parent.defTextClr),
|
||||
color(parent.getDefTextClr()),
|
||||
clickable(false),
|
||||
fromList("none") {}
|
||||
|
||||
|
Reference in New Issue
Block a user