Is there a way to make modal dialog on stm32mp157c-dk2 ? #GTK #Wayland
I am building graphical app using GTK. I have code that make modal dialog and it works well on ubuntu, but on stm32mp1 it doesn't. Dialog appear ,but it is not modal (i can click outsite and it disapear, or move it around). I am doing something wron...