From e7bf2b6256447ac25de344b46ed4e2b27b0bd610 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Wed, 11 Nov 2020 13:45:46 +0000 Subject: [PATCH] Update comment --- common/view/wx_view_controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/view/wx_view_controls.cpp b/common/view/wx_view_controls.cpp index d2b1d0ebd9..13d47ccecc 100644 --- a/common/view/wx_view_controls.cpp +++ b/common/view/wx_view_controls.cpp @@ -762,7 +762,7 @@ void WX_VIEW_CONTROLS::UpdateScrollbars() #if !defined( __APPLE__ ) && !defined( WIN32 ) // Trigger a mouse refresh to get the canvas update in GTK (re-draws the scrollbars). - // Note that this causes an infinite loop on OSX as it generates a paint event. + // Note that this causes an infinite loop on OSX and Windows (in certain cases) as it generates a paint event. refreshMouse(); #endif }