Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Sep 11, 2024
1 parent 97381a5 commit 20da6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prima/Buttons.pm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sub skin
{
return $_[0]->SUPER::skin unless $#_;
my $self = shift;
$self->SUPER::skin($_[1]);
$self->SUPER::skin($_[0]);
if ($self->SUPER::skin eq 'flat') {
$self->update_shape if $self->autoShaping;
} else {
Expand Down

0 comments on commit 20da6ed

Please sign in to comment.