[MonoDevelop] Probably a Stetic/MD generating gui bug
Lluis Sanchez
lluis at ximian.com
Tue Apr 10 13:59:52 EDT 2007
Yep, that's a bug. Could you please file it in bugzilla.ximian.com?
Thanks!
Lluis.
El dv 06 de 04 del 2007 a les 15:37 +0200, en/na Piotr Budny va
escriure:
> Hello,
> I've created custom Window, in Designer I'm clicking Common Widget Properties,
> Visible = false (unchecked).
> The generated code (gtk-gui/PopUpCalendar.PopUp.cs) is:
> ...
> this.DefaultWidth = 301;
> this.DefaultHeight = 200;
> this.Hide();
> this.Show();
> ...
>
> When Visible = true:
> ...
> this.DefaultWidth = 301;
> this.DefaultHeight = 200;
> this.Show();
> ...
>
>
> Isn't the this.Hide(); too high when Visible = false?
>
> Regards,
> Piotr Budny
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
More information about the Monodevelop-list
mailing list