Kaydet (Commit) d5329c15 authored tarafından Noel Grandin's avatar Noel Grandin

WB_FORCETABCYCLE is dead

since

    commit 7ced337e
    Date:   Tue Jun 18 16:59:27 2013 +0200
    startcenter: GSOC Use Widget Layout for the Start Center

Change-Id: I406059568f15500a21a1b41d3a4b8e12b2adb5cf
Reviewed-on: https://gerrit.libreoffice.org/41385Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 8638951d
...@@ -213,7 +213,6 @@ WinBits const WB_SCALE = 0x08000000; ...@@ -213,7 +213,6 @@ WinBits const WB_SCALE = 0x08000000;
// Window-Bits for ToolBox // Window-Bits for ToolBox
WinBits const WB_LINESPACING = 0x01000000; WinBits const WB_LINESPACING = 0x01000000;
WinBits const WB_SCROLL = 0x02000000; WinBits const WB_SCROLL = 0x02000000;
WinBits const WB_FORCETABCYCLE = 0x04000000;
// Window-Bits for DockingWindows // Window-Bits for DockingWindows
WinBits const WB_DOCKBORDER = 0x00001000; WinBits const WB_DOCKBORDER = 0x00001000;
......
...@@ -3962,7 +3962,7 @@ bool ToolBox::EventNotify( NotifyEvent& rNEvt ) ...@@ -3962,7 +3962,7 @@ bool ToolBox::EventNotify( NotifyEvent& rNEvt )
pParent->GetChildCount() != 1); pParent->GetChildCount() != 1);
bool bNoTabCycling = bOldSchoolContainer || isContainerWindow(pParent); bool bNoTabCycling = bOldSchoolContainer || isContainerWindow(pParent);
if( bNoTabCycling && ! (GetStyle() & WB_FORCETABCYCLE) ) if( bNoTabCycling )
return DockingWindow::EventNotify( rNEvt ); return DockingWindow::EventNotify( rNEvt );
else if( ImplChangeHighlightUpDn( aKeyCode.IsShift() , bNoTabCycling ) ) else if( ImplChangeHighlightUpDn( aKeyCode.IsShift() , bNoTabCycling ) )
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment