IsRedrawAfterSticky
bool IsRedrawAfterSticky() const;
if ((!IsSelected() && !menu->IsRedrawAfterSticky())
if (IsEnabled() && IsSelected() && !menu->IsRedrawAfterSticky()) {