commit | 5af8f3faca69918adb1a8a97f7f04b9618031c9b | [log] [tgz] |
---|---|---|
author | Vojtech Bocek <vbocek@gmail.com> | Sat Feb 08 02:21:23 2014 +0100 |
committer | Vojtech Bocek <vbocek@gmail.com> | Sat Feb 08 02:22:23 2014 +0100 |
tree | 775b04bf45754ad73107de6016702cd5cbafda2b | |
parent | 175cb7b25d8ff2749c951ca69991537203690e7a [diff] [blame] |
Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I7b0e27930857add1ac88671a71310bea56fc4e74
diff --git a/gui/fileselector.cpp b/gui/fileselector.cpp index b7804fd..1c2a8cc 100644 --- a/gui/fileselector.cpp +++ b/gui/fileselector.cpp
@@ -783,6 +783,8 @@ if (startSelection < folderSize + fileSize) { + DataManager::Vibrate("tw_button_vibrate"); + if (startSelection < folderSize) { std::string oldcwd;