mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
Initialize encoding pop-up (Preferences)
Previously this would always show UTF-8 and cause an existing setting to be overwritten (with UTF-8) when bringing up the preferences window.
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
encodingPopUp.encoding = [self valueForKey:@"encoding"];
|
||||
[self bind:@"encoding" toObject:encodingPopUp withKeyPath:@"encoding" options:nil];
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user