diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-12 06:54:04 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-12 06:54:04 -0600 |
commit | 6141aa44d0f2aa2662a536c9d3ce9312dd57bd99 (patch) | |
tree | f0f96ffafc5d67de1fd69ff4e2eefa64b7ef4f0e /indra/newview/llpreviewscript.h | |
parent | 059a29e976a41c30ec9fb346ae53bbc51aa682fc (diff) |
STORM-2027 - Fix syntax highlighting on subsequent opening of scripts.
This could use more refactoring, but it fixes it.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-x | indra/newview/llpreviewscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 8b98b908e1..e19a87ec0a 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -72,6 +72,7 @@ protected: void (*save_callback)(void* userdata, BOOL close_after_save), void (*search_replace_callback)(void* userdata), void* userdata, + bool live, S32 bottom_pad = 0); // pad below bottom row of buttons public: ~LLScriptEdCore(); |