Removed TODO from Mac OS X code about additional label styles; judging from Interface Builder I've got them covered.
This commit is contained in:
parent
da68adf420
commit
dc96a73c2f
|
@ -266,7 +266,6 @@ var classTypes = [nctypes]*classData{
|
|||
C.objc_msgSend_bool(label, _setEditable, C.BOOL(C.NO))
|
||||
C.objc_msgSend_bool(label, _setBordered, C.BOOL(C.NO))
|
||||
C.objc_msgSend_bool(label, _setDrawsBackground, C.BOOL(C.NO))
|
||||
// TODO others?
|
||||
applyStandardControlFont(label)
|
||||
addControl(parentWindow, label)
|
||||
return label
|
||||
|
|
Loading…
Reference in New Issue