From: John L. <jla...@gm...> - 2008-02-26 14:51:49
|
Thanks, fixed in CVS. -John On Tue, Feb 26, 2008 at 1:53 AM, Hakkı Doğusan <hd...@do...> wrote: > Hi, > > > in function wxLua_wxGridCellAttr_GetSize, line 66, changed comment; > from: // call GetAlignment > to: // call GetSize > > > in function wxLua_wxGrid_GetCellSize, line 164, changed comment; > from: // call GetCellAlignment > to: // call GetCellSize > > > in function wxLua_wxGrid_GetCellSize, line 165, changed called function; > from: self->GetCellAlignment(row, col, &num_rows, &num_cols); > to: self->GetCellSize(row, col, &num_rows, &num_cols); > > > -- > Regards, > Hakki Dogusan > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > |