mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Added Flags property to ribbons
This commit is contained in:
@@ -508,6 +508,7 @@ module Compiler
|
||||
f.write("Name = #{ribbon.real_name}\r\n")
|
||||
f.write("IconPosition = #{ribbon.icon_position}\r\n")
|
||||
f.write("Description = #{ribbon.real_description}\r\n")
|
||||
f.write(sprintf("Flags = %s\r\n", ribbon.flags.join(","))) if ribbon.flags.length > 0
|
||||
end
|
||||
}
|
||||
Graphics.update
|
||||
|
||||
Reference in New Issue
Block a user