diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-17 20:40:16 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-17 20:40:16 +0000 |
commit | 653ff4f6f51be57977d0f12c257fd9b1dd972a8b (patch) | |
tree | a2f9e9419957e52c967907b2ce0c8218e524c44d /games/gtkradiant | |
parent | c22052f6b79ad0308559701c6d789ddc9c828a49 (diff) | |
download | ports-653ff4f6f51be57977d0f12c257fd9b1dd972a8b.tar.gz ports-653ff4f6f51be57977d0f12c257fd9b1dd972a8b.zip |
Notes
Diffstat (limited to 'games/gtkradiant')
-rw-r--r-- | games/gtkradiant/files/patch-radiant__brushmanip.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gtkradiant/files/patch-radiant__brushmanip.cpp b/games/gtkradiant/files/patch-radiant__brushmanip.cpp new file mode 100644 index 000000000000..7105f05e159f --- /dev/null +++ b/games/gtkradiant/files/patch-radiant__brushmanip.cpp @@ -0,0 +1,11 @@ +--- radiant/brushmanip.cpp.orig Sat Feb 11 20:57:16 2006 ++++ radiant/brushmanip.cpp Sun Dec 17 17:03:49 2006 +@@ -416,7 +416,7 @@ + } + void visit(FaceInstance& face) const + { +- if(face.isSelected(SelectionSystem::eFace)) ++ if(face.isSelected()) + { + m_visitor.visit(face.getFace()); + } |