Kaydet (Commit) abf118c1 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3: make CTRL_TAB_BODY a successful no-op like gtk2

Change-Id: Icdd065e4c75df65fdcd287802fdb70e5e84be60c
üst 15648cb9
......@@ -926,6 +926,9 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, ControlPart nPart, co
break;
}
break;
case CTRL_TAB_BODY:
return true;
break;
case CTRL_TAB_ITEM:
context = mpNoteBookStyle;
if (nState & ControlState::SELECTED)
......@@ -1535,7 +1538,7 @@ bool GtkSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
case CTRL_TAB_ITEM:
// case CTRL_TAB_PANE:
// case CTRL_TAB_BODY:
case CTRL_TAB_BODY:
if(nPart==PART_ENTIRE_CONTROL || nPart==PART_TABS_DRAW_RTL)
return true;
break;
......
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