Skip to content

Commit

Permalink
Set mouseclicked = false when state is reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Feb 17, 2010
1 parent f0adee4 commit 0669ba1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gource.cpp
Expand Up @@ -776,6 +776,9 @@ void Gource::reset() {
hoverUser = 0;
backgroundSelected=false;

mouseclicked=false;
mousemoved=false;

if(root!=0) delete root;
root = new RDirNode(0, "/");

Expand Down

0 comments on commit 0669ba1

Please sign in to comment.