Robin Dunn wrote: > Have you tried drawing the image yourself instead of letting the static > bitmap widget do it? Good idea. It works fine when doing that, or using a wx.lib.statbmp control instead... so it must be a problem with wxWidgets itself.