mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-22 22:04:22 -04:00
fix dropshadow from popups based on count
This commit is contained in:
parent
c318be6da0
commit
60d3f28e3d
1 changed files with 1 additions and 1 deletions
|
@ -245,13 +245,13 @@ public abstract class Overlay<T extends Overlay<T>> {
|
|||
if (gridPane != null) {
|
||||
animateHide();
|
||||
}
|
||||
numOverlays--;
|
||||
isDisplayed = false;
|
||||
isHiddenProperty.set(true);
|
||||
}
|
||||
|
||||
protected void animateHide() {
|
||||
animateHide(() -> {
|
||||
numOverlays--;
|
||||
removeEffectFromBackground();
|
||||
|
||||
if (stage != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue