mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 22:03:45 -06:00
CtrlLib: compile fix
git-svn-id: svn://ultimatepp.org/upp/trunk@13873 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a964daf283
commit
115c0627cf
1 changed files with 1 additions and 1 deletions
|
|
@ -368,9 +368,9 @@ void ChHostSkin()
|
|||
{
|
||||
ScrollBar::Style& s = ScrollBar::StyleDefault().Write();
|
||||
static gboolean stepper;
|
||||
static gint minslider;
|
||||
ONCELOCK {
|
||||
static GtkWidget *proto = (GtkWidget *)gtk_scrollbar_new(GTK_ORIENTATION_HORIZONTAL, NULL); // to get style params
|
||||
gint minslider;
|
||||
gtk_widget_style_get(proto, "has-backward-stepper", &stepper, "min-slider-length", &minslider, NULL);
|
||||
}
|
||||
if(!stepper)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue