diff --git a/SDK/src/NDK/BaseWidget.cpp b/SDK/src/NDK/BaseWidget.cpp index ecfddf33c..6cee67002 100644 --- a/SDK/src/NDK/BaseWidget.cpp +++ b/SDK/src/NDK/BaseWidget.cpp @@ -183,7 +183,7 @@ namespace Ndk { if (entity.isEnabled) { - entity.handle->Enable(show); //< This will override isEnabled + entity.handle->Enable(show); //< This will override isEnabled, so reset it next line entity.isEnabled = true; } }