Summary: | Centered background images in konsole are displayed as tiled | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Rob Walker <rob> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Rescales the background image on resize |
Description
Rob Walker
2002-11-07 10:41:38 UTC
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. |