Skip to content

Commit 8fe0585

Browse files
committed
Remove obsolete TODO for onClose callback
1 parent 1c26bab commit 8fe0585

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/processing/app/ui/theme/Window.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ val LocalWindow = compositionLocalOf<JFrame> { error("No Window Set") }
5151
* @param fullWindowContent If true, the content will extend into the title bar area on macOS.
5252
* @param content The composable content to be displayed in the window.
5353
*/
54-
// TODO: Add support for onClose callback
5554
class PDESwingWindow(
5655
titleKey: String = "",
5756
size: Dimension? = null,

0 commit comments

Comments
 (0)