From fb54f464ab7cf99a80be95bda4c8f6399f7947b4 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Thu, 13 Dec 2018 15:21:09 +0100 Subject: [PATCH] Remove irrelevant TODO comments --- client/src/main/java/ctbrec/ui/controls/Popover.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/main/java/ctbrec/ui/controls/Popover.java b/client/src/main/java/ctbrec/ui/controls/Popover.java index 4b16a172..d738877b 100644 --- a/client/src/main/java/ctbrec/ui/controls/Popover.java +++ b/client/src/main/java/ctbrec/ui/controls/Popover.java @@ -98,9 +98,6 @@ public class Popover extends Region implements EventHandler{ }; 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);