Skip to content

Commit

Permalink
Correct for new GenericDialogFX API
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jul 22, 2022
1 parent 6f06ace commit 4809d0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

package ij_plugins.color.ui.fx

import org.scalafx.extras.generic_dialog.{GenericDialogFX, LastDirectoryHandler}
import org.scalafx.extras.generic_dialog.GenericDialogFX
import scalafx.stage.Window

/**
Expand All @@ -35,4 +35,4 @@ import scalafx.stage.Window
class GenericDialogFXIJ(title: String,
header: String,
parentWindow: Option[Window] = None)
extends GenericDialogFX(title, Option(header), parentWindow, LastDirectoryHandlerIJ)
extends GenericDialogFX(title, header, parentWindow, LastDirectoryHandlerIJ)

0 comments on commit 4809d0f

Please sign in to comment.