mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +00:00
Fix empty tooltips
This commit is contained in:
@@ -48,7 +48,7 @@ public class RegionDescriptor {
|
||||
getName())
|
||||
: null;
|
||||
|
||||
if (showTooltips) {
|
||||
if (name != null && showTooltips) {
|
||||
var tooltipText = Bindings.createStringBinding(
|
||||
() -> {
|
||||
var s = "";
|
||||
|
||||
Reference in New Issue
Block a user