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;