Skip to content

Commit 86ac887

Browse files
committed
Command input animation fix
1 parent 874236f commit 86ac887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Sidebar/CommandInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ class CommandInput final
820820

821821
auto const clearBounds = bounds.removeFromRight(30).removeFromBottom(inputHeight);
822822
clearButton.setBounds(clearBounds);
823-
commandInput.setBounds(bounds.withTrimmedLeft(consoleTargetLength + 4));
823+
commandInput.setBounds(bounds.withTrimmedLeft(consoleTargetLength + 4).removeFromBottom(inputHeight));
824824
}
825825

826826
void setConsoleTargetName(String const& target)

0 commit comments

Comments
 (0)