mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Switch from ProcessingTheme to PDETheme in window UI
Replaces the use of ProcessingTheme with PDETheme in the PDEWindowContent composable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user