summaryrefslogtreecommitdiff
path: root/src/interface/Panel.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-03-16 11:20:23 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-03-16 11:20:23 (GMT)
commitb6e1526345b2e2e189b999ddc3fabdb151f395fb (patch)
tree65dd16210aea9bfdef8b099e1a8515e5bc6ff71a /src/interface/Panel.cpp
parent0646b7fe41bf8dc94b4f2eb1e3e1c0e85ac1f254 (diff)
parentff304321c54530040d82cb51b8c8742ed7611e54 (diff)
downloadpowder-b6e1526345b2e2e189b999ddc3fabdb151f395fb.zip
powder-b6e1526345b2e2e189b999ddc3fabdb151f395fb.tar.gz
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/interface/Panel.cpp')
-rw-r--r--src/interface/Panel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Panel.cpp b/src/interface/Panel.cpp
index b78a2cc..d3bf29b 100644
--- a/src/interface/Panel.cpp
+++ b/src/interface/Panel.cpp
@@ -264,6 +264,7 @@ void Panel::OnMouseMoved(int localx, int localy, int dx, int dy)
void Panel::OnMouseMovedInside(int localx, int localy, int dx, int dy)
{
+ mouseInside = true;
for(int i = 0; i < children.size(); ++i)
{
if(!children[i]->Locked)