From 55040ea13426e337418143dcfe226dd2a395f041 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 24 Nov 2015 11:58:09 +0100 Subject: sw lok comments: fix missing invalidations from the scrollbar If a comment had a scrollbar, and the user clicked on the down arrow of it, then the button remained in the "pushed" state, as the scrollbar invalidations were not routed to the LOK client. With this, the button gets back to its non-pushed state after the mouse button is released. Change-Id: Ie4ba5d0ec07229b0cfc08532e8e91ae25f7a4c9e --- sw/Library_sw.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/Library_sw.mk') diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index c5004cc2bf9f..b4af6e57c547 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -600,6 +600,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/uibase/docvw/OverlayRanges \ sw/source/uibase/docvw/PostItMgr \ sw/source/uibase/docvw/ShadowOverlayObject \ + sw/source/uibase/docvw/SidebarScrollBar \ sw/source/uibase/docvw/SidebarTxtControl \ sw/source/uibase/docvw/SidebarTxtControlAcc \ sw/source/uibase/docvw/SidebarWin \ -- cgit