From bb4c510c4c8bc88252e55a8cacb5eadb7509a1fb Mon Sep 17 00:00:00 2001 From: Garux Date: Mon, 21 Aug 2023 15:42:22 +0600 Subject: [PATCH] show coordinates by default --- radiant/xywindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/xywindow.cpp b/radiant/xywindow.cpp index 17dc79f5..b81538e3 100644 --- a/radiant/xywindow.cpp +++ b/radiant/xywindow.cpp @@ -82,7 +82,7 @@ struct xywindow_globals_private_t // these are in the View > Show menu with Show coordinates bool show_names = false; - bool show_coordinates = false; + bool show_coordinates = true; bool show_angles = true; bool show_outline = true; bool show_axis = true;