mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
CtrlLib: ChGtk Qt compatibility fix (thanks Klugier)
git-svn-id: svn://ultimatepp.org/upp/trunk@6191 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ebeabff67b
commit
1dc13d8140
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ void ChHostSkin()
|
|||
static GtkWidget *hscrollbar = gtk_hscrollbar_new(GTK_ADJUSTMENT(adj));
|
||||
ChGtkNew(hscrollbar, "slider", GTK_SLIDER|GTK_MARGIN1|GTK_XMARGIN);
|
||||
GtkChSlider(s.hthumb);
|
||||
s.overthumb = true;
|
||||
s.overthumb = false;
|
||||
}
|
||||
else {
|
||||
GtkChScrollBar(s.up.look, s.up2.look, s.vlower, s.vthumb, s.vupper, s.down2.look, s.down.look,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue