Version: 1.2 (using KDE 3.0.9) Compiler: gcc version 3.2 OS: Linux (i686) release 2.4.19 I have konsole set up to display a small image in the centre of the background of the terminal. Since upgrading to 3.1rc2, it is initially displayed as a tiled image, but reverts to being centered when I right click or use a menu. I can supply screenshots if necessary. Rob
Created attachment 419 [details] Rescales the background image on resize
Also affects images that are scaled to fill the screen. Seems to be due to the fact that pixmap_menu_activated is not called by notifySize until the menu has been created. (The terminal starts with a small size, so the image is scaled small). The attached patch calls pixmap_menu_activated regardless of whether m_menuCreated is set.
Thanks for the patch, committed it.