From 7de89e0da305e760cc0d63f465340173b5f6bf08 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 18 Aug 2014 14:31:47 +0100 Subject: [PATCH] Removing line from Todo list --- imgui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/imgui.cpp b/imgui.cpp index 851da486..7e5d2a30 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -113,7 +113,6 @@ - window: autofit is losing its purpose when user relies on any dynamic layout (window width multiplier, column). maybe just discard autofit? - window: support horizontal scroll - window: fix resize grip scaling along with Rounding style setting - - window/style: add global alpha modifier (not just "fill_alpha") - widgets: switching from "widget-label" to "label-widget" would make it more convenient to integrate widgets in trees - widgets: clip text? hover clipped text shows it in a tooltip or in-place overlay - main: make IsHovered() more consistent for various type of widgets, widgets with multiple components, etc. also effectively IsHovered() region sometimes differs from hot region, e.g tree nodes