[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Sun Jun 19 16:45:20 UTC 2016


 sc/source/ui/view/gridwin.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit c3a5012c5a9699040698505d3e34672382c026b8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Jun 19 17:42:56 2016 +0100

    Related: tdf#99310 data validity cell range dropdown empty under windows
    
    if I make this block unconditional then it also disappears under Linux
    so I speculate that this is why its missing under Windows.
    
    I can't see why this is the way it is (since initial import in 2000),
    
    This is reportedly a problem since
    
    commit dd46727b99d4bb5135451aa7e5e1bdb197373843
    Author: Caolán McNamara <caolanm at redhat.com>
    Date:   Tue Apr 5 15:27:38 2016 +0100
    
        Resolves; tdf#87120 no keyboard navigation inside floating windows
    
    Change-Id: I6159d419bccef851c8f9e965d063882173d91620

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 1bb7ec7..c3afda7 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -284,9 +284,6 @@ void ScFilterListBox::EndInit()
 
 void ScFilterListBox::LoseFocus()
 {
-#ifndef UNX
-    Hide();
-#endif
     vcl::Window::LoseFocus();
 }
 


More information about the Libreoffice-commits mailing list