Switch from ProcessingTheme to PDETheme in window UI

Replaces the use of ProcessingTheme with PDETheme in the PDEWindowContent composable
This commit is contained in:
Stef Tervelde
2025-10-22 07:26:40 +02:00
parent 3e04faa3a3
commit 830eceafc5

View File

@@ -84,7 +84,7 @@ private fun PDEWindowContent(window: JFrame, titleKey: String, fullWindowContent
}
CompositionLocalProvider(LocalWindow provides window) {
ProcessingTheme {
PDETheme {
val locale = LocalLocale.current
window.title = locale[titleKey]
LaunchedEffect(locale) {