Skip to content

Commit

Permalink
Update 55 Released Vol 2
Browse files Browse the repository at this point in the history
Some Bug Fixes
  • Loading branch information
goxr3plus committed Mar 12, 2017
1 parent 67e537f commit b93ec4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XR3PlayerUpdatePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
</p>
<p class="changelog">
<br>*General Layout and Code Bug Fixes
<br>*New Spectrum Analyser mode [ Circle with Lines]
<br>*New Spectrum Analyser model [ Circle with Lines]
<br>*Changes Rozette Visualizer [ You need to check it :) ]
<br>*Added SnapShot tool to the application
<br>*Preparing for saving all application settings into JSON database
Expand Down
3 changes: 2 additions & 1 deletion src/snapshot/SnapshotWindowController.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.image.Image;
import javafx.scene.input.KeyCode;
import javafx.scene.input.MouseButton;
import javafx.scene.layout.StackPane;
Expand Down Expand Up @@ -92,7 +93,7 @@ public SnapshotWindowController() {

window.setX(0);
window.setY(0);
// getIcons().add(new Image(getClass().getResourceAsStream("/image/icon.png")))
window.getIcons().add(new Image(getClass().getResourceAsStream(InfoTool.images+"icon.png")));
window.initStyle(StageStyle.TRANSPARENT);
window.setAlwaysOnTop(true);

Expand Down

0 comments on commit b93ec4d

Please sign in to comment.