mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Anim Editor: added FoeFlip property, Space to play, S to swap sides, P to show/hide property lines for selected particle
This commit is contained in:
@@ -10,6 +10,8 @@ class UIControls::Label < UIControls::BaseControl
|
||||
@header = false
|
||||
end
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
def text=(value)
|
||||
@text = value
|
||||
refresh
|
||||
@@ -24,6 +26,8 @@ class UIControls::Label < UIControls::BaseControl
|
||||
return self.bitmap.text_size(@text).width
|
||||
end
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
def refresh
|
||||
super
|
||||
if @header
|
||||
|
||||
Reference in New Issue
Block a user