CtrlLib: gtk3 ch sb fix

git-svn-id: svn://ultimatepp.org/upp/trunk@13865 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-01-12 13:05:51 +00:00
parent efd230da85
commit 863ef13995
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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;