diff -r c56ce5d81cc3 -r 0c2d74acf035 flagrowobj.cpp --- a/flagrowobj.cpp Tue Apr 10 13:22:51 2007 +0000 +++ b/flagrowobj.cpp Mon May 05 13:46:42 2008 +0000 @@ -1,4 +1,5 @@ #include "flagrowobj.h" +#include "geometry.h" #include @@ -109,9 +110,9 @@ QString FlagRowObj::getFlagName (const QPointF &p) { - if (!inBox (p)) return ""; + if (!inBox (p,clickBox)) return ""; for (int i=0; iinBox (p)) return flag.at(i)->getName(); + if (inBox (p,flag.at(i)->getClickBox ())) return flag.at(i)->getName(); return "";