diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-24 18:41:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-24 18:41:39 +0000 |
| commit | 3514e2e3c8b3ca05629426f54abc0e508941cb2f (patch) | |
| tree | 3360368a4e0b40a36e232d5cd07b2b72f48f18bf /bin | |
| parent | better (require) implementation (diff) | |
| download | alive-3514e2e3c8b3ca05629426f54abc0e508941cb2f.tar.gz alive-3514e2e3c8b3ca05629426f54abc0e508941cb2f.zip | |
fix alv-wx, logging
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/alv-wx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ built using #{wxlua.wxLUA_VERSION_STRING} on #{wx.wxVERSION_STRING}", @update_status! do_idle: (event) => - if @file and not @paused + if not @paused event\RequestMore true @tick! |
