summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-display.el')
-rw-r--r--chess-display.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-display.el b/chess-display.el
index f3c8662..995a6ec 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -106,6 +106,7 @@
(defun chess-display-set-perspective (display perspective)
(chess-with-current-buffer display
(setq chess-display-perspective perspective)
+ (erase-buffer) ; force a complete redraw
(chess-display-update nil)))