From eeb3c813b61eaabe56e3b364d60ce390148a3ab7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 Feb 2007 01:10:13 +0000 Subject: [PATCH] fix stupid error in last commit git-svn-id: svn://localhost/ardour2/trunk@1482 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_mixer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc index f7fc867ab4..9b7aa68668 100644 --- a/gtk2_ardour/editor_mixer.cc +++ b/gtk2_ardour/editor_mixer.cc @@ -183,7 +183,7 @@ Editor::update_current_screen () if (frame != last_update_frame) { -#ifdef CONTINUOUS_SCROLL +#undef CONTINUOUS_SCROLL #ifndef CONTINUOUS_SCROLL if (frame < leftmost_frame || frame > leftmost_frame + current_page_frames()) {