mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00: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());
|
BitTorrent::TorrentInfo::PieceRange filePieces = m_torrent->info().filePieces(fileIndices.first());
|
||||||
|
|
||||||
ImageRange imageRange = transform.imagePos(filePieces);
|
ImageRange imageRange = transform.imagePos(filePieces);
|
||||||
QRect newHighlitedRegion {imageRange.first(), 0, imageRange.size(), m_image.height()};
|
QRect newHighlightedRegion {imageRange.first(), 0, imageRange.size(), m_image.height()};
|
||||||
if (newHighlitedRegion != m_highlightedRegion)
|
if (newHighlightedRegion != m_highlightedRegion)
|
||||||
{
|
{
|
||||||
m_highlightedRegion = newHighlitedRegion;
|
m_highlightedRegion = newHighlightedRegion;
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user