fix fast refresh waveform

This commit is contained in:
chrox
2013-07-31 16:55:50 +08:00
parent 28449346f6
commit 4e4df37f7b

View File

@@ -236,7 +236,7 @@ function UIManager:run()
refresh_type = 0
end
if force_fast_refresh then
self.waveform_mode = self.fast_waveform_mode
waveform_mode = self.fast_waveform_mode
end
if self.update_region_func then
local update_region = self.update_region_func()