mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Fixed repaint issue
This commit is contained in:
parent
912c5ecb50
commit
9ef26fd1e8
@ -70,7 +70,8 @@ final class MessageAccountPanel extends JPanel {
|
||||
* @throws TskCoreException
|
||||
*/
|
||||
void setArtifact(BlackboardArtifact artifact) {
|
||||
this.removeAll();
|
||||
removeAll();
|
||||
setLayout(null);
|
||||
repaint();
|
||||
|
||||
if (artifact == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user