mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
fix category border updating in metadata pane
This commit is contained in:
parent
bd08363129
commit
b26c898810
@ -214,6 +214,7 @@ public class MetaDataPane extends DrawableUIBase {
|
||||
public void handleCategoryChanged(CategoryManager.CategoryChangeEvent evt) {
|
||||
getFileID().ifPresent(fileID -> {
|
||||
if (evt.getFileIDs().contains(fileID)) {
|
||||
updateCategory();
|
||||
updateAttributesTable();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user