From 69ea47be1cee7298b65db8104f1c88e51554ba48 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 16 Aug 2020 18:56:01 +0300 Subject: Added Pure Black and Pure White themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Font changes cause window redrawing to pause so document layout doesn’t get an intermediate update with a different width. Sheets are mouse-modal. --- src/ui/scrollwidget.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui/scrollwidget.c') diff --git a/src/ui/scrollwidget.c b/src/ui/scrollwidget.c index 944c9ebe..3d8f5eaa 100644 --- a/src/ui/scrollwidget.c +++ b/src/ui/scrollwidget.c @@ -114,7 +114,6 @@ static void draw_ScrollWidget_(const iScrollWidget *d) { if (bounds.size.x > 0) { iPaint p; init_Paint(&p); -// drawRect_Paint(&p, bounds, black_ColorId); drawVLine_Paint(&p, topLeft_Rect(bounds), height_Rect(bounds), uiSeparator_ColorId); const iRect thumbRect = shrunk_Rect(thumbRect_ScrollWidget_(d), init_I2(gap_UI, gap_UI / 2)); fillRect_Paint(&p, thumbRect, isPressed ? uiBackgroundPressed_ColorId : tmQuote_ColorId); -- cgit v1.2.3