From 10e3c3b9ed00b3502ac69ae55aa0e3b375dbe4cc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 18 Feb 2018 10:38:38 +0100 Subject: opentrack: add comment --- variant/default/main-window.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'variant') diff --git a/variant/default/main-window.cpp b/variant/default/main-window.cpp index af9c6de2..9df36a7d 100644 --- a/variant/default/main-window.cpp +++ b/variant/default/main-window.cpp @@ -684,6 +684,9 @@ void main_window::show_options_dialog() { if (mk_window(options_widget, [&](bool flag) { set_keys_enabled(!flag); })) { + // XXX this should logically connect to a bundle + // also doesn't work when switching profiles with options dialog open + // move shortcuts to a separate bundle and add a migration -sh 20180218 connect(options_widget.get(), &options_dialog::closing, this, &main_window::register_shortcuts); } -- cgit v1.2.3