noreply at rubyforge.org
2012-Aug-26 08:38 UTC
[wxruby-development] [ wxruby-Bugs-29632 ] Missing "=" in rect.rb
Bugs item #29632, was opened at 2012-08-26 08:38 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=29632&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: mark wonttell (runnerle) Assigned to: Nobody (None) Summary: Missing "=" in rect.rb Initial Comment: Hello, in rect.rb on line 15, there is missing an "=" for the comparision of get_right and other.get_right Test: a = Wx::Rect.new(1,2,3,4) b = Wx::Rect.new(1,2,3,4) a == b #returns true a = Wx::Rect.new(1,2,7,4) b = Wx::Rect.new(1,2,3,4) a == b #returns true ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=29632&group_id=35
Seemingly Similar Threads
- [ wxruby-Bugs-16826 ] samples/aui/aui.rb segfault induced by adding require ''pathname''
- [ wxruby-Bugs-17742 ] aui/aui.rb example program exhibits a memory leak
- [ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
- [ wxruby-Bugs-6632 ] Linux crash on NoteBook in bigdemo.rb
- [ wxruby-Bugs-10662 ] ClientDC paint not being shown on OS X with 2.8