From 863ef13995774136ca98eda515c0d322548bbd62 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 12 Jan 2020 13:05:51 +0000 Subject: [PATCH] CtrlLib: gtk3 ch sb fix git-svn-id: svn://ultimatepp.org/upp/trunk@13865 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/gtk3-todo.txt | 4 +++- uppsrc/CtrlLib/ChGtk3.cpp | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/uppsrc/CtrlCore/gtk3-todo.txt b/uppsrc/CtrlCore/gtk3-todo.txt index 3a9b23639..326c9f45a 100644 --- a/uppsrc/CtrlCore/gtk3-todo.txt +++ b/uppsrc/CtrlCore/gtk3-todo.txt @@ -1,6 +1,5 @@ - Issue with editfield text clipping in the right - Remove warnings -- Test dark theme - Test rect theme - DropChoice STDSIZE (.TopPosZ(10)) - LeftRoundness with DropChoice (DropChoiceRdO) @@ -9,6 +8,8 @@ - check CtrlCore/Ctrl.tpp - Check FileSel - tooltip issue +- disabled color in Breeze-Dark +- a lot of work in Redmond NTH: - spinbutton cosmetics @@ -55,3 +56,4 @@ DONE: - Blue Menta ugly scrollbars (round) - CleanTheme for X11 - libgtk-3-dev to buildrequires +- Test dark theme diff --git a/uppsrc/CtrlLib/ChGtk3.cpp b/uppsrc/CtrlLib/ChGtk3.cpp index 99696bff9..732ed75e1 100644 --- a/uppsrc/CtrlLib/ChGtk3.cpp +++ b/uppsrc/CtrlLib/ChGtk3.cpp @@ -360,7 +360,6 @@ void ChHostSkin() { ScrollBar::Style& s = ScrollBar::StyleDefault().Write(); - s.through = true; static GtkWidget *proto = (GtkWidget *)gtk_scrollbar_new(GTK_ORIENTATION_HORIZONTAL, NULL); // to get style params gboolean stepper; gint minslider;