Skip to content

IndicatorEntry: misc cleanup - #697

Open
danirabbit wants to merge 5 commits into
mainfrom
danirabbit/indicatorentry-cleanups
Open

IndicatorEntry: misc cleanup#697
danirabbit wants to merge 5 commits into
mainfrom
danirabbit/indicatorentry-cleanups

Conversation

@danirabbit

Copy link
Copy Markdown
Member
  • Monitor indicator close and visible in the popover manager. This lets us be more accurate/concise with some actions
  • Make revealer transition setting internal and private
  • Get rid of an extra halign
  • Early return on indicator bar being null
  • Don't need to hold class refs to controllers manually
  • Bind revealer to visible property

@danirabbit
danirabbit requested a review from a team August 26, 2026 16:24
Comment on lines +132 to +140
widg.base_indicator.notify["visible"].connect (() => {
/* order will be changed so close all open popovers */
popover.popdown ();

if (!widg.base_indicator.visible && get_visible (widg)) {
current_indicator = null;
widg.display_widget.has_tooltip = true;
}
});

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks more complicated than before. Why is this necessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants