projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991e84f
)
progressbar: Fix position of text node in CSS docs
author
Timm Bäder
<mail@baedert.org>
Sat, 22 Apr 2017 04:35:54 +0000
(06:35 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 22 Apr 2017 04:35:54 +0000
(06:35 +0200)
The text node has always been a child node of the progressbar node, not
the trough node, but the docs claimed otherwise.
gtk/gtkprogressbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprogressbar.c
b/gtk/gtkprogressbar.c
index 8f1301dbcce4a887da28c8ec81fd3acc31d727e2..1fedb093bea9b745de2d18a4d99c73fdb51dcd46 100644
(file)
--- a/
gtk/gtkprogressbar.c
+++ b/
gtk/gtkprogressbar.c
@@
-75,8
+75,8
@@
*
* |[<!-- language="plain" -->
* progressbar[.osd]
+ * ├── [text]
* ╰── trough[.empty][.full]
- * ├── [text]
* ╰── progress[.pulse]
* ]|
*