Found the bug and fixed it.
To fix it without waiting for the update:
Find: add_action('admin_head', 'lgc_add_shortcode_button'); on line 38 of lightweight-grid-columns.php
Replace with: add_action('admin_init', 'lgc_add_shortcode_button');
Thanks for reporting! 🙂