Fix freeze with actions on external tab.
This commit is contained in:
parent
04cd2fd14c
commit
0c1380128d
1 changed files with 0 additions and 5 deletions
|
@ -127,11 +127,6 @@ bool FbWinFrame::setTabMode(TabMode tabmode) {
|
|||
ButtonMotionMask | ExposureMask |
|
||||
EnterWindowMask | LeaveWindowMask);
|
||||
|
||||
XGrabButton(m_tab_container.display(), Button1, AnyModifier,
|
||||
m_tab_container.window(), True, ButtonPressMask,
|
||||
GrabModeSync, GrabModeSync, None, None);
|
||||
XUngrabButton(m_tab_container.display(), Button1, Mod1Mask|Mod2Mask|Mod3Mask, m_tab_container.window());
|
||||
|
||||
alignTabs();
|
||||
|
||||
// TODO: tab position
|
||||
|
|
Loading…
Reference in a new issue