Revision: 493 http://trac.macosforge.org/projects/ruby/changeset/493 Author: rich@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))
participants (1)
-
source_changes@macosforge.org