mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Fix typo "Highlited" (#14956)
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user