thebeanieman / contexteditor

Automatically exported from code.google.com/p/contexteditor
0 stars 1 forks source link

In Enviroment settings -> Colors, the color picker start position is at left upside of the screen #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.go to Enviroment settings -> Colors
2.try to set color and open the color picker
3.

What is the expected output?
the color picker should stay somewhere like center parent

What do you see instead?
the color picker is started at the left upside of the screen

What version of the product are you using?
0.98.6

On what operating system?
Windows 7 64bit

Please provide any additional information below.

Original issue reported on code.google.com by byan...@gmail.com on 1 Oct 2009 at 9:51

GoogleCodeExporter commented 9 years ago
Yes, that's an awfull programing mistake, because they create the window with:

left:=0

instead of

Left:=desktop.left

In systems where the taskbar is in the left (very common in wide screen 
systems), you
can't change the colors!!!!!

Original comment by rdz...@gmail.com on 6 Mar 2010 at 4:22

Attachments: