Skip to content

Commit

Permalink
don't crash when Layered checkbox is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Dec 6, 2024
1 parent c51a0b6 commit 88fd378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/menu.pl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ sub test_toplevels
}];
push @menu, [ "-\@t2-$i", $img[$i], sub {}];
};
TestWindow->new(
Prima::Window->new(
menuItems => \@menu,
size => [ 600, $::application->font->height ],
text => 'Toplevel images',
Expand Down

0 comments on commit 88fd378

Please sign in to comment.