summaryrefslogtreecommitdiffhomepage
path: root/dragon/console_font_style.rb
diff options
context:
space:
mode:
Diffstat (limited to 'dragon/console_font_style.rb')
-rw-r--r--dragon/console_font_style.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/dragon/console_font_style.rb b/dragon/console_font_style.rb
index 8efab4f..0bb7cc4 100644
--- a/dragon/console_font_style.rb
+++ b/dragon/console_font_style.rb
@@ -1,3 +1,4 @@
+# coding: utf-8
# Copyright 2019 DragonRuby LLC
# MIT License
# console_font_style.rb has been released under MIT (*only this file*).
@@ -33,7 +34,7 @@ module GTK
size_enum: size_enum,
alignment_enum: alignment_enum,
**color.to_h,
- }.label
+ }.label!
end
end
end