diff options
author | 2009-01-14 09:09:37 -0500 | |
---|---|---|
committer | 2009-01-14 09:09:37 -0500 | |
commit | ff6f00b6f3412141c45a713faf0046846977c91d (patch) | |
tree | 05fba0cec2ac12e549b186f14b7fc8fc6b719aad /themes/light/view.lua | |
parent | 8a07cef8fd40d1c4156e5686b98ac660db44c8fd (diff) | |
download | textadept-ff6f00b6f3412141c45a713faf0046846977c91d.tar.gz textadept-ff6f00b6f3412141c45a713faf0046846977c91d.zip |
Changed incorrect usage of buffer.call_tip_use_style in themes.
Diffstat (limited to 'themes/light/view.lua')
-rw-r--r-- | themes/light/view.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/view.lua b/themes/light/view.lua index 99ce21e6..4839019e 100644 --- a/themes/light/view.lua +++ b/themes/light/view.lua @@ -47,7 +47,7 @@ buffer:marker_define(c.SC_MARKNUM_FOLDERMIDTAIL, c.SC_MARK_EMPTY) -- various buffer.buffered_draw = true buffer.two_phase_draw = false -buffer.call_tip_use_style = 32 +buffer.call_tip_use_style = 0 buffer.use_popup = 0 buffer:set_fold_flags(16) buffer.mod_event_mask = c.SC_MOD_CHANGEFOLD |