From 02c331f4e766558bba580d5b7db883357be005d5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 3 May 2023 12:43:16 -0400 Subject: Changes to make it work better on Windows AreaWindows are now no longer separate controls but are instead just painted onto the TrackerPanel. This lets us avoid the complexity of z-ordering with sibling controls. We can also use the mouse motion event to display and hide the popups, which conveniently doesn't fire when the mouse is over a popup, so the popup won't hide until you mouse off of the window AND popup. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fea5d7d..5d616e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ add_executable(lingo_ap_tracker tracker_frame.cpp tracker_panel.cpp game_data.cpp - area_window.cpp area_popup.cpp ap_state.cpp connection_dialog.cpp -- cgit 1.4.1