[Bug]: MdiContainer and KForm #2112
Labels
area:toolkit
All issues related to the toolkit components.
awaiting feedback
A fix for this issue has been implemented, waiting for feedback on the fix.
bug
Something isn't working
version:90
All things to do with V90.
version:95
All things to do with V95.
version:100
All things to do with V100.
Milestone
Describe the bug
there is a bug when set kryptonform as mdicontainer then maximize the form inside the container (sorry for my english )
i cant minimize or maximize or even close the main form when maximize the form inside the container
Steps to reproduce the behavior:
Form2 frm = new Form2();
frm.MdiParent = this;
frm.Show();
Screenshots
The text was updated successfully, but these errors were encountered: