mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Only update UI controls when the page change event is for the node being viewed.
This commit is contained in:
parent
13d99eef92
commit
b06c2d84ec
@ -883,7 +883,10 @@ public class DataResultViewerTable extends AbstractDataResultViewer {
|
|||||||
togglePageControls(true);
|
togglePageControls(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
updateControls();
|
// Only update UI controls if this event is for the node currently being viewed.
|
||||||
|
if (nodeName.equals(rootNode.getName())) {
|
||||||
|
updateControls();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user