window: rename Where to Scroll and make it enum class

This commit is contained in:
Andrzej Rybczak
2012-10-05 21:25:22 +02:00
parent 044464962c
commit 1eb0003714
19 changed files with 81 additions and 81 deletions

View File

@@ -108,7 +108,7 @@ void Playlist::spacePressed()
if (!w.empty())
{
w.current().setSelected(!w.current().isSelected());
w.scroll(NC::wDown);
w.scroll(NC::Scroll::Down);
}
}