mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
SlideShow toggle is disabled when there is no group selected; fix relative paths to images in fxml
This commit is contained in:
parent
33586fd071
commit
c5622c2282
@ -113,7 +113,7 @@
|
|||||||
</ImageView>
|
</ImageView>
|
||||||
</graphic>
|
</graphic>
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
<ToggleButton id="filmStripToggle" fx:id="slideShowToggle" disable="true" contentDisplay="GRAPHIC_ONLY" graphicTextGap="0.0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="32.0" mnemonicParsing="false" prefWidth="-1.0" text="">
|
<ToggleButton id="filmStripToggle" fx:id="slideShowToggle" contentDisplay="GRAPHIC_ONLY" graphicTextGap="0.0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="32.0" mnemonicParsing="false" prefWidth="-1.0" text="">
|
||||||
<graphic>
|
<graphic>
|
||||||
<ImageView fitHeight="16.0" fitWidth="16.0" mouseTransparent="true" pickOnBounds="true" preserveRatio="true" rotate="90.0" translateY="1.0">
|
<ImageView fitHeight="16.0" fitWidth="16.0" mouseTransparent="true" pickOnBounds="true" preserveRatio="true" rotate="90.0" translateY="1.0">
|
||||||
<image>
|
<image>
|
||||||
|
@ -590,6 +590,7 @@ public class GroupPane extends BorderPane {
|
|||||||
Platform.runLater(() -> {
|
Platform.runLater(() -> {
|
||||||
gridView.getItems().setAll(Collections.emptyList());
|
gridView.getItems().setAll(Collections.emptyList());
|
||||||
setCenter(null);
|
setCenter(null);
|
||||||
|
slideShowToggle.setDisable(true);
|
||||||
groupLabel.setText("");
|
groupLabel.setText("");
|
||||||
resetScrollBar();
|
resetScrollBar();
|
||||||
if (false == Case.isCaseOpen()) {
|
if (false == Case.isCaseOpen()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user