| 1446 | | my $self = shift; |
| 1447 | | return unless $self->has_functions; |
| 1448 | | return if $self->locked('REFRESH'); |
| 1449 | | return unless $self->menu->view->{functions}->IsChecked; |
| 1450 | | $self->functions->refresh(@_); |
| 1451 | | return; |
| | 1446 | my $self = shift; |
| | 1447 | return unless $self->has_functions; |
| | 1448 | return if $self->locked('REFRESH'); |
| | 1449 | return unless $self->menu->view->{functions}->IsChecked?; |
| | 1450 | my @windows = @_; |
| | 1451 | push @windows, $self->current unless @windows; |
| | 1452 | $self->functions->refresh(@windows); |
| | 1453 | return; |