uh-layout 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/uh/layout/bar.rb +1 -1
- data/lib/uh/layout/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ca5769ff37a5c22c8bc3706f22efce055edc717
|
4
|
+
data.tar.gz: 3cceb31d660ec6f2fa63e2975adf075377095fb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6c21ded8c3b0fef4c4497c7e6783343ffc8571c5aa883f098a10ab1c76d1b8ad58af8895a07be12922b974ebae926167c2c9c92c1d968303801393222aefcc0
|
7
|
+
data.tar.gz: b55f1a21d29e7ce29f314e367f408f7183178250a7dd5b8154fb7b2954a4700ce40cc148911a2f0dfafef9f040115bbe9ff22a440d7cd6f6f3fa0cab31a3ce73
|
data/lib/uh/layout/bar.rb
CHANGED
@@ -108,7 +108,7 @@ module Uh
|
|
108
108
|
|
109
109
|
def draw_column(y_offset, column, current)
|
110
110
|
x_offset = column_offset_x(column)
|
111
|
-
if current
|
111
|
+
if current && active?
|
112
112
|
@pixmap.gc_color @colors[:sel]
|
113
113
|
@pixmap.draw_rect x_offset, y_offset, column.width, text_line_height
|
114
114
|
end
|
data/lib/uh/layout/version.rb
CHANGED