https://bugs.freedesktop.org/show_bug.cgi?id=31306
Ivan Timofeev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] | |desktop.org CC| |[email protected] --- Comment #5 from Ivan Timofeev <[email protected]> 2012-01-06 06:22:59 PST --- Yeah, there is some problematic icons (maybe the ones without transparent pixels?). Some (technical) details: When drawing a disabled menu item, OutputDevice::DrawImage is called for drawing an icon. The nStyle parameter of that method has the IMAGE_DRAW_DISABLE flag in our case. But if rImage.mpImplData->meType == IMAGETYPE_BITMAP (see the code), then we just ignore nStyle and draw a bitmap as it is. I'm sorry but I don't know what to do here... Perhaps some VCL-expert knows. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
