Skip to content

Commit

Permalink
Shell|GUI|Fixed: Update view after receiving map outline
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 4, 2013
1 parent 718a046 commit d1e95de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/tools/shell/shell-gui/src/statuswidget.cpp
Expand Up @@ -104,6 +104,8 @@ void StatusWidget::setMapOutline(shell::MapOutlinePacket const &outline)

d->mapBounds = d->mapBounds.united(QRect(b, QSize(1, 1)));
}

update();
}

void StatusWidget::paintEvent(QPaintEvent *)
Expand Down

0 comments on commit d1e95de

Please sign in to comment.