handing for altcanvas in alerts

This commit is contained in:
downthecrop 2024-10-24 23:21:55 -07:00
parent 1eb7483d35
commit 838acc57ff
2 changed files with 2 additions and 2 deletions

View file

@ -324,7 +324,7 @@ class plugin : Plugin() {
if (frame != null) {
// Create the AltCanvas and add it to the main frame
altCanvas = createAltCanvas(canvas)
canvas.isVisible = false
// Use BorderLayout for better layout control
frame.layout = BorderLayout()