From d2263f5d081155531c5df0d63251d7ae3dc85836 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Jul 2023 11:39:42 +0100 Subject: drop long-commented-out code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since: commit a2c67975c03010b90c706523293f180c1f29e229 Date: Wed Aug 28 14:28:40 2013 +0200 fdo#67358: sw: "fix" line painting artifacts when resizing columns Change-Id: Ia8ae86e7e07d7e98698761541eabb69dba81e6a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154884 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/docvw/edtwin.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sw/source/uibase') diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 4f83a8f52ba8..c5cbee04c77f 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -3024,11 +3024,6 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt) // Make sure that the separators are hidden rSh.SetShowHeaderFooterSeparator( FrameControlType::Header, false ); rSh.SetShowHeaderFooterSeparator( FrameControlType::Footer, false ); - - // Repaint everything - // FIXME fdo#67358 for unknown reasons this causes painting - // problems when resizing table columns, so disable it -// rSh.GetWin()->Invalidate(); } // Toggle Hide-Whitespace if between pages. -- cgit