summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2016-01-18 01:17:38 +0100
committerDees Troy <dees_troy@teamw.in>2016-01-18 16:46:18 +0100
commitdedbb7f78269d6c44dae3d5b4758593d736d4bb2 (patch)
treee6a924df58674b6c9377725db9431467122ca585 /gui/objects.hpp
parentDelete leading spaces after word wrapping in console (diff)
downloadandroid_bootable_recovery-dedbb7f78269d6c44dae3d5b4758593d736d4bb2.tar
android_bootable_recovery-dedbb7f78269d6c44dae3d5b4758593d736d4bb2.tar.gz
android_bootable_recovery-dedbb7f78269d6c44dae3d5b4758593d736d4bb2.tar.bz2
android_bootable_recovery-dedbb7f78269d6c44dae3d5b4758593d736d4bb2.tar.lz
android_bootable_recovery-dedbb7f78269d6c44dae3d5b4758593d736d4bb2.tar.xz
android_bootable_recovery-dedbb7f78269d6c44dae3d5b4758593d736d4bb2.tar.zst
android_bootable_recovery-dedbb7f78269d6c44dae3d5b4758593d736d4bb2.zip
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index 15ad1e6c2..e7ade18a5 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -652,6 +652,7 @@ protected:
ImageResource* mIconSelected;
ImageResource* mIconUnselected;
bool isCheckList;
+ bool isTextParsed;
};
class GUIPartitionList : public GUIScrollList