Ticket #2067: fixed toggle of ruler state.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-02-27 21:43:43 +03:00
parent 60076f52d3
commit 0607f23691
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ mcview_display_toggle_ruler (mcview_t * view)
assert ((size_t) ruler < 3);
ruler = next[(size_t) ruler];
mcview_compute_areas (view);
view->dirty++;
}