From a1b8552ae442d1fa22df1e569652eb99750dcebf Mon Sep 17 00:00:00 2001 From: Amir Rajan Date: Sat, 7 Aug 2021 00:18:49 -0500 Subject: Sync core oss engine files. --- dragon/console_font_style.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dragon/console_font_style.rb') 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 -- cgit v1.2.3