From 6a1e19245d104c8286d4e61a079a6f6a4f3ef1fd Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 12 Jul 2002 16:42:45 +0000 Subject: [PATCH] repaint the workarea after a font size update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4628 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 3 +++ src/lyxfunc.C | 1 + 2 files changed, 4 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 470bacfeb4..21cd8f7092 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,6 @@ +2002-07-12 John Levon + + * lyxfunc.C: repaint after a font size update 2002-07-15 André Pönitz diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 8f59ef76d5..8e20115b17 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -1581,6 +1581,7 @@ string const LyXFunc::dispatch(kb_action action, string argument) // if values really changed...but not very important right now. (Lgb) // All visible buffers will need resize owner->view()->resize(); + owner->view()->repaint(); // We also need to empty the textcache so that // the buffer will be formatted correctly after // a zoom change. -- 2.39.5