mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 21:54:19 -04:00
unfreeze funds if error during creating offer
fix jfx error
This commit is contained in:
parent
4a171c9baa
commit
7945514c46
2 changed files with 8 additions and 7 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
package bisq.desktop.main.shared;
|
||||
|
||||
import bisq.common.UserThread;
|
||||
import javafx.beans.property.SimpleStringProperty;
|
||||
import javafx.beans.property.StringProperty;
|
||||
|
||||
|
@ -38,6 +39,6 @@ public class PriceFeedComboBoxItem {
|
|||
}
|
||||
|
||||
public void setDisplayString(String displayString) {
|
||||
this.displayStringProperty.set(displayString);
|
||||
UserThread.execute(() -> this.displayStringProperty.set(displayString));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue