if(ComplexFrame()) { cr = GetSize(); cr.left = lx; cr.right = rx; r = cr; paper = HasFocus() ? SColorHighlight() : SColorPaper(); if(HasFocus()) text = SColorHighlightText(); w.DrawRect(r, paper); // <<< add this :) }
Report message to a moderator