fixed #600 by removing bad binding

This commit is contained in:
michael starke
2017-06-17 09:30:04 +02:00
parent da62667620
commit 90ca759e67

View File

@@ -53,6 +53,8 @@
view.observer = tableView.window.windowController.document;
//[view.removeButton bind:NSVisibleBinding toObject:view.valueTextField withKeyPath:@"" options:nil];
return view;
}