Skip to content

Commit

Permalink
Adjust minimap hover text position
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Nov 21, 2013
1 parent 9c34291 commit d91f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MiniMap.cpp
Expand Up @@ -441,7 +441,7 @@ void MiniMap::showBookEntireMap(int showLevel) {
if(MouseInRect(verts[0].p.x, verts[0].p.y, verts[2].p.x, verts[2].p.y)) {
if(!m_mapMarkers[i].m_text.empty()) {

Rect bRect(140, 290, 140 + 205, 358);
Rect bRect(140, 295, 140 + 205, 358);

Rect::Num left = checked_range_cast<Rect::Num>((bRect.left) * Xratio);
Rect::Num right = checked_range_cast<Rect::Num>((bRect.right) * Xratio);
Expand Down

0 comments on commit d91f406

Please sign in to comment.