File tree Expand file tree Collapse file tree
src/main/java/qupath/ext/training/ui/tour Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66qupathExtension {
77 name = " qupath-extension-training"
8- version = " 0.1.0 "
8+ version = " 0.1.1 "
99 group = " io.github.qupath"
1010 description = " A QuPath extension to help learn how to use the software"
1111 automaticModule = " qupath.extension.training"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1313import org .slf4j .LoggerFactory ;
1414import qupath .fx .controls .tour .GuiTour ;
1515import qupath .fx .controls .tour .TourItem ;
16+ import qupath .fx .utils .FXUtils ;
1617import qupath .lib .gui .QuPathGUI ;
1718import qupath .lib .gui .viewer .tools .PathTools ;
1819
@@ -186,6 +187,7 @@ private Stage createStage() {
186187 stage .setTitle (getTitle ());
187188 var scene = new Scene (tour );
188189 stage .setScene (scene );
190+ FXUtils .addCloseWindowShortcuts (stage );
189191 return stage ;
190192 }
191193
You can’t perform that action at this time.
0 commit comments