diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1004,14 +1004,6 @@ iBool handleCommand_App(const char *cmd) { | |||
1004 | postCommand_App("window.unfreeze"); | 1004 | postCommand_App("window.unfreeze"); |
1005 | return iTrue; | 1005 | return iTrue; |
1006 | } | 1006 | } |
1007 | else if (equal_Command(cmd, "prefs.mono.gopher.changed")) { | ||
1008 | setFreezeDraw_Window(d->window, iTrue); | ||
1009 | d->prefs.monospaceGopher = arg_Command(cmd) != 0; | ||
1010 | resetFonts_Text(); /* clear the glyph cache */ | ||
1011 | postCommand_App("font.changed"); | ||
1012 | postCommand_App("window.unfreeze"); | ||
1013 | return iTrue; | ||
1014 | } | ||
1015 | else if (equal_Command(cmd, "prefs.biglede.changed")) { | 1007 | else if (equal_Command(cmd, "prefs.biglede.changed")) { |
1016 | d->prefs.bigFirstParagraph = arg_Command(cmd) != 0; | 1008 | d->prefs.bigFirstParagraph = arg_Command(cmd) != 0; |
1017 | postCommand_App("document.layout.changed"); | 1009 | postCommand_App("document.layout.changed"); |