Skip to content

Commit

Permalink
Fixed a highlight related bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quit committed Jun 30, 2010
1 parent eaaec90 commit 7b187a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Frames/FrameManager.cpp
Expand Up @@ -174,6 +174,10 @@ void FrameSet::update() {
pimpl->highlightedWidget->hover();
}
}
else if (possibleHL == NULL && pimpl->highlightedWidget) {
pimpl->highlightedWidget->blur();
pimpl->highlightedWidget = NULL;
}
}

void FrameManager::update() {
Expand Down

0 comments on commit 7b187a5

Please sign in to comment.