Fix "Center" text positioning, and replace it with context-sensitive tooltips

This commit is contained in:
2017-02-07 22:24:28 -05:00
parent 6b857e6e43
commit 92ba1e0fb0
2 changed files with 35 additions and 4 deletions

View File

@@ -196,6 +196,7 @@ void update_mouse_spot(location the_point) {
set_cursor(eyedropper_curs);
else set_cursor(wand_curs);
}
if(overall_mode < MODE_MAIN_SCREEN) place_location();
}
static bool handle_lb_action(location the_point) {