* Constant time password DK compare
* Minor View update * Test module. Start work on module switching functionality. NYW!
This commit is contained in:
@@ -82,4 +82,6 @@ TextView.prototype.setText = function(text) {
|
||||
if(!this.multiLine && !this.dimens.width) {
|
||||
this.dimens.width = this.text.length;
|
||||
}
|
||||
|
||||
this.redraw();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user