Background colour for Spring reconcile popup

This commit is contained in:
aboyko
2023-01-20 16:04:02 -05:00
parent 8db31656a9
commit 9a11ed4d5e

View File

@@ -409,6 +409,8 @@ public class DelegatingStreamConnectionProvider implements StreamConnectionProvi
stopAskingHandler.run();
}
});
parent.setBackground(link.getBackground());
}
@Override