[MonoDevelop] Probably a Stetic/MD generating gui bug

Piotr Budny vip at pesymista.info
Fri Apr 6 09:37:03 EDT 2007


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


More information about the Monodevelop-list mailing list