Remove irrelevant TODO comments

This commit is contained in:
0xboobface 2018-12-13 15:21:09 +01:00
parent 9f287b6d81
commit fb54f464ab
1 changed files with 0 additions and 3 deletions

View File

@ -98,9 +98,6 @@ public class Popover extends Region implements EventHandler<Event>{
};
public Popover() {
// TODO Could pagesPane be a region instead? I need to draw some opaque background. Right now when
// TODO animating from one page to another you can see the background "shine through" because the
// TODO group background is transparent. That can't be good for performance either.
getStyleClass().setAll("popover");
frameBorder.getStyleClass().setAll("popover-frame");
frameBorder.setMouseTransparent(true);