lint fix
This commit is contained in:
parent
c6c618acdb
commit
8233890e39
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ void AtomDesktopNativeWidgetAura::OnWindowActivated(
|
||||||
reason, gained_active, lost_active);
|
reason, gained_active, lost_active);
|
||||||
if (lost_active != nullptr) {
|
if (lost_active != nullptr) {
|
||||||
auto* tooltip_controller = static_cast<views::corewm::TooltipController*>(
|
auto* tooltip_controller = static_cast<views::corewm::TooltipController*>(
|
||||||
aura::client::GetTooltipClient(lost_active->GetRootWindow())
|
aura::client::GetTooltipClient(lost_active->GetRootWindow()));
|
||||||
);
|
|
||||||
|
|
||||||
// This will cause the tooltip to be hidden when a window is deactivated,
|
// This will cause the tooltip to be hidden when a window is deactivated,
|
||||||
// as it should be. Remove this fix when the chromium issue is fixed.
|
// as it should be. Remove this fix when the chromium issue is fixed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue