changeset 2164:ad5d09ee59d9 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 04 Feb 2026 09:15:15 -0700
parents 9abb0272665d
children
files src/luan/modules/swing/examples/hello_world.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/luan/modules/swing/examples/hello_world.luan	Sun Feb 01 15:30:31 2026 -0800
+++ b/src/luan/modules/swing/examples/hello_world.luan	Wed Feb 04 09:15:15 2026 -0700
@@ -16,5 +16,5 @@
 		}
 	}
 	frame.pack()
-	frame.visible = true
+	frame.is_visible = true
 end)