When fullscreen, accessing color palette makes program go whacky
Jump to:Description When fullscreen on a non-widescreen (it's a 4:3 aspect ratio, not 16:9,) monitor, trying to use the color palette and then proceed to draw on the canvas makes the color palette open and close, as though I'm still working with the color palette. You have exit the default full screen and then the program doesn't all fit on the screen. |
||||||||||||||
#1
Some time ago I realized that this weird behavior happens with some screen resolutions. The problem I have to reproduce the bug is that my monitor/desktop environment works fine in relation to this issue.
As far as I guess this bug is related to some kind of "bad capture" of the mouse position by the application, triggering the show/hide event handler of the panels any time you move the mouse pointer. Oh yeah, a very annoying bug by the way :S