-
Bug
-
Resolution: Duplicate
-
P3
-
fx2.0
I added the following stylesheet to highlight pie under mouse cursor:
.chart-pie:hover {
-fx-border-color: WHITE;
-fx-border-width: 2;
}
However, it doesn't work as expected. It looks like picking on bounds is enabled for PieChart elements.
.chart-pie:hover {
-fx-border-color: WHITE;
-fx-border-width: 2;
}
However, it doesn't work as expected. It looks like picking on bounds is enabled for PieChart elements.
- duplicates
-
JDK-8111889 Region pick behavior is wrong
-
- Closed
-