diff options
| author | Teddy Wing | 2015-12-24 18:33:04 -0800 | 
|---|---|---|
| committer | Teddy Wing | 2015-12-24 18:43:11 -0800 | 
| commit | cbb9c1f4c0aa414385e0f3bdfeca32d7b5741515 (patch) | |
| tree | f98997fe792f6f1f34cf042a4d51d3dfe1de7300 /preferences_window.py | |
| parent | 8778928a0989ea938fb06f0dd4c6639a6f9148ca (diff) | |
| download | RoboFont-Equalize-Sidebearings-Key-cbb9c1f4c0aa414385e0f3bdfeca32d7b5741515.tar.bz2 | |
Preferences: Always use NSUserDefaults to get & set key
This fixes the bug mentioned in
8778928a0989ea938fb06f0dd4c6639a6f9148ca, allowing us to change the
preferred activation key and have it work immediately without first
having to relaunch RoboFont.
Diffstat (limited to 'preferences_window.py')
| -rw-r--r-- | preferences_window.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/preferences_window.py b/preferences_window.py index 11d3b52..c7b479b 100644 --- a/preferences_window.py +++ b/preferences_window.py @@ -20,7 +20,6 @@ class PreferencesWindow(object):      def edit_text_callback(self, sender):          self.preferences.activation_key = sender.get() -        self.preferences.save()  PreferencesWindow() | 
