Skip to content

Commit

Permalink
Bump scenery to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Mar 19, 2024
1 parent d90f047 commit 9c6469a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
exclude("org.lwjgl")
}

val sceneryVersion = "0.9.3"
val sceneryVersion = "0.10.1"
api("graphics.scenery:scenery:$sceneryVersion") {
version { strictly(sceneryVersion) }
exclude("org.biojava.thirdparty", "forester")
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/sc/iview/ui/SwingNodePropertyEditor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class SwingNodePropertyEditor(private val sciView: SciView) : UIComponent<JPanel
// This will find the group that corresponds to the expandable label. If the type of
// the node is indeed Volume, this must exist.
val parent = inputPanel.component.components.find { it.name == "group:Volume" } as? JPanel
val tfe = TransferFunctionEditor(sceneNode, sceneNode.name)
val tfe = TransferFunctionEditor(sceneNode)
tfe.preferredSize = Dimension(300, 300)

// the next line is a workaround for a ChangeListener being attached to the Show Histogram checkbox,
Expand Down

0 comments on commit 9c6469a

Please sign in to comment.