Skip to content

Commit

Permalink
TODO Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehrig committed Sep 29, 2020
1 parent 3291fa1 commit b5b70d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/gui/shellwidget/shellwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,6 @@ QPoint ShellWidget::neovimCursorTopLeft() const noexcept
return { xPixels, yPixels };
}

/// Get the area filled by the cursor
QRect ShellWidget::neovimCursorRect() const noexcept
{
QRect cursor{ neovimCursorTopLeft(), cellSize() };
Expand Down
2 changes: 1 addition & 1 deletion src/gui/shellwidget/shellwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public slots:
/// The top left corner position (pixel) for the cursor
QPoint neovimCursorTopLeft() const noexcept;

/// Get the area filled by the cursor FIXME Comment full vs getNeovimCursor rect actual
/// Get the area filled by the cursor, full boundary
QRect neovimCursorRect() const noexcept;

std::vector<QFont> m_guifontwidelist;
Expand Down

0 comments on commit b5b70d4

Please sign in to comment.