| Summary: | broken tooltip with long strings | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Michał Kudła <m1k0> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
|
Description
Michał Kudła
2012-08-28 09:39:46 UTC
Created attachment 73520 [details]
screenshot
screenshot
likely won't fix ever due to how texture from pixmap works. we could only establish maximum window sizes aligned to tex dimensions *** This bug has been marked as a duplicate of bug 213267 *** > we could only establish maximum window sizes aligned to tex
> dimensions
would only fix for managed windows, still causing problems with e.g.
menus
events.cpp, void Unmanaged::configureNotifyEvent(XConfigureEvent* e) It's of course not very nice to do so, but it's also not nice to create a 4096 or 8192 px wide window |