diff options
Diffstat (limited to 'gui/partitionlist.cpp')
-rw-r--r-- | gui/partitionlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/partitionlist.cpp b/gui/partitionlist.cpp index 064b9df01..317e17805 100644 --- a/gui/partitionlist.cpp +++ b/gui/partitionlist.cpp @@ -691,7 +691,7 @@ int GUIPartitionList::NotifyTouch(TOUCH_STATE state, int x, int y) isHighlighted = false; last2Y = lastY; - lastY = y; + lastY = y; startSelection = -1; // Handle scrolling @@ -788,7 +788,7 @@ int GUIPartitionList::NotifyTouch(TOUCH_STATE state, int x, int y) } mList.at(actualSelection).selected = 1; mUpdate = 1; - + DataManager::SetValue(mVariable, str); } } else { |