mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +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
|
* @throws TskCoreException
|
||||||
*/
|
*/
|
||||||
void setArtifact(BlackboardArtifact artifact) {
|
void setArtifact(BlackboardArtifact artifact) {
|
||||||
this.removeAll();
|
removeAll();
|
||||||
|
setLayout(null);
|
||||||
repaint();
|
repaint();
|
||||||
|
|
||||||
if (artifact == null) {
|
if (artifact == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user