mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Fix typo "Highlited" (#14956)
This commit is contained in:
parent
bd7dc8b5e7
commit
e432d67b3b
@ -315,10 +315,10 @@ void PiecesBar::highlightFile(int imagePos)
|
||||
BitTorrent::TorrentInfo::PieceRange filePieces = m_torrent->info().filePieces(fileIndices.first());
|
||||
|
||||
ImageRange imageRange = transform.imagePos(filePieces);
|
||||
QRect newHighlitedRegion {imageRange.first(), 0, imageRange.size(), m_image.height()};
|
||||
if (newHighlitedRegion != m_highlightedRegion)
|
||||
QRect newHighlightedRegion {imageRange.first(), 0, imageRange.size(), m_image.height()};
|
||||
if (newHighlightedRegion != m_highlightedRegion)
|
||||
{
|
||||
m_highlightedRegion = newHighlitedRegion;
|
||||
m_highlightedRegion = newHighlightedRegion;
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user