Skip to content
Commit 81f01c06 authored by Nate Graham's avatar Nate Graham
Browse files

Suppress onIsMenuChanged runtime error messages

PageRowGlobalToolBarUI makes a connection to onIsMenuChanged in
applicationWindow().globalDrawer, but somteimes it's not actually a
GLobalDrawer and doesn't have the right signal. So we want to make sure
we're only targeting it if it is in fact a GlobalDrawer. Otherwise it
won't have the needed signal and we'll get a warning.

BUG: 471561
FIXED-IN: 6.0
parent e399f6da
Pipeline #450317 passed with stage
in 3 minutes and 24 seconds
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