lib/shoes/swt/tooling/leak_hunter.rb in shoes-swt-4.0.0.pre3 vs lib/shoes/swt/tooling/leak_hunter.rb in shoes-swt-4.0.0.pre4

- old
+ new

@@ -25,10 +25,10 @@ Hometown.undisposed_report_at_exit # Register an internal keystroke for closing the app, making sure to clear # out the contents first (to avoid false positives for still-exiting elements. -Shoes::InternalApp.add_global_keypress(:'control_alt_q') do +Shoes::InternalApp.add_global_keypress(:control_alt_q) do clear quit end puts "Registered Ctrl+Alt+Q for leak hunting clean shutdown."