mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 604215 - Part 2: when switching into tab view, start the heartbeat only after the zoom operation has been finished; r=ian a=blocking-final+
This commit is contained in:
parent
b9d9f2e70a
commit
b60c606a7c
@ -499,6 +499,8 @@ let UI = {
|
||||
|
||||
self._resize(true);
|
||||
dispatchEvent(event);
|
||||
|
||||
TabItems.resumePainting();
|
||||
});
|
||||
} else {
|
||||
if (currentTab && currentTab._tabViewTabItem)
|
||||
@ -506,9 +508,9 @@ let UI = {
|
||||
|
||||
self.setActiveTab(null);
|
||||
dispatchEvent(event);
|
||||
}
|
||||
|
||||
TabItems.resumePainting();
|
||||
TabItems.resumePainting();
|
||||
}
|
||||
},
|
||||
|
||||
// ----------
|
||||
|
Loading…
Reference in New Issue
Block a user