[macruby-changes] [493] MacRuby/trunk/lib/hotcocoa/mappings/movie_view.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 27 07:57:12 PDT 2008


Revision: 493
          http://trac.macosforge.org/projects/ruby/changeset/493
Author:   rich at infoether.com
Date:     2008-08-27 07:57:11 -0700 (Wed, 27 Aug 2008)
Log Message:
-----------
give default rect

Modified Paths:
--------------
    MacRuby/trunk/lib/hotcocoa/mappings/movie_view.rb

Modified: MacRuby/trunk/lib/hotcocoa/mappings/movie_view.rb
===================================================================
--- MacRuby/trunk/lib/hotcocoa/mappings/movie_view.rb	2008-08-27 14:57:01 UTC (rev 492)
+++ MacRuby/trunk/lib/hotcocoa/mappings/movie_view.rb	2008-08-27 14:57:11 UTC (rev 493)
@@ -1,6 +1,6 @@
 HotCocoa::Mappings.map :movie_view => :QTMovieView, :framework => :QTKit do
   
-  defaults :layout => {}
+  defaults :layout => {}, :frame => DefaultEmptyRect
 
   def init_with_options(movie_view, options)
     movie_view.initWithFrame(options.delete(:frame))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080827/9d414f01/attachment.html 


More information about the macruby-changes mailing list