Set the NSTextFieldDelegate for the feed name text field.

This commit is contained in:
Brent Simmons 2018-01-21 21:31:26 -08:00
parent 01627e5dc8
commit 6ec2f72443
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,10 @@ final class FeedInspectorViewController: NSViewController, Inspector {
}
}
extension FeedInspectorViewController: NSTextFieldDelegate {
}
private extension FeedInspectorViewController {
func updateFeed() {

View File

@ -57,6 +57,9 @@ Field</string>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<outlet property="delegate" destination="sfH-oR-GXm" id="Dd0-5H-8HH"/>
</connections>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2WO-Iu-p5e">
<rect key="frame" x="18" y="99" width="220" height="17"/>