diff options
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index 67895cca3..52cadead6 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -3385,8 +3385,9 @@ gui_mch_maximized(void) } /* - * Called when the font changed while the window is maximized. Compute the - * new Rows and Columns. This is like resizing the window. + * Called when the font changed while the window is maximized or GO_KEEPWINSIZE + * is set. Compute the new Rows and Columns. This is like resizing the + * window. */ void gui_mch_newfont(void) |