Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bvr-yr committed Mar 18, 2024
1 parent 441b4af commit fc64fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/widgets/PasswordInputField.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ void CPasswordInputField::updateColors() {
FTARGET = col.swapFont && BORDERLESS ? INNER : FONT;
} else {
// if quickly pressed after failure
if (BORDERLESS && col.animated && TARGET == col.fail)
SOURCE = col.inner;
if (col.animated && TARGET == col.fail)
SOURCE = BORDERLESS ? col.inner : col.outer;

TARGET = BORDERLESS ? INNER : OUTER;
FTARGET = FONT;
Expand Down

0 comments on commit fc64fd8

Please sign in to comment.