
WindowBorder.Fixed in linux
Posted Wednesday, 17 March, 2010 - 20:05 by puklaus inTested examples in ubuntu 9.10 (in VM) and if I use WindowBorder.Fixed, then window is minimal and of course, I cant resize it.
Tested by adding
WindowState = WindowState.Normal; WindowBorder.Fixed;
lines in DisplayList.cs -demo's constructor.
This may be only VM issue, but cant test other linuxes now.
(and using newest svn version of OTK)


Comments
Re: WindowBorder.Fixed in linux
I can confirm this on my Arch VM and my Ubuntu 9.10 installation. Filed as #1649: WindowBorder.Fixed causes 1x1 sized window on Linux.