summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-06-07 13:31:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-06-07 13:38:05 +0100
commit10ee6a954671407d25d35d01c62657a367278e69 (patch)
tree54ec2f06d79523a21f1ada6d2e1e60be8de345d8 /framework
parent3760679a6d0169231f04ad174eeaba6cd66d6e39 (diff)
gtk3: move the updating of native menu to right after its activated
try fix that view->toolbars isn't in sync Change-Id: I095be3003f076193878f2c3ce2a2be5acbe0e33f (cherry picked from commit 15436c009e756dd4c94046f9849ad5a186454af8)
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/menubarmanager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx
index 23178529682f..6d4792420798 100644
--- a/framework/source/uielement/menubarmanager.cxx
+++ b/framework/source/uielement/menubarmanager.cxx
@@ -480,8 +480,6 @@ throw ( RuntimeException, std::exception )
pMenuItemHandler->xMenuItemDispatch.clear();
}
}
- if ( m_bHasMenuBar && !m_bActive )
- m_pVCLMenu->UpdateNativeMenu();
}
}