Skip to content

Commit

Permalink
show coordinates by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Garux committed Aug 21, 2023
1 parent d205f6a commit bb4c510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiant/xywindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb4c510

Please sign in to comment.