Dock Plugin SizePolicy Not Functioning #3235
Unanswered
ZhongYic00
asked this question in
Q&A | 问答板块
Replies: 1 comment 1 reply
-
Can you provide the code for the plugin? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a dock plugin with customized size(90x40). As mentioned in recent dock updates, I override
pluginSizePolicy
to always returnPluginsItemInterface::Custom
. However the plugin widget is still always clipped by chance, and through output debugging/ gdb breakpoints it seems that pluginSizePolicy is not even called when determining container marginsHere's gdb screenshot, if pluginSizePolicy is called it'll qWarning something but it didn't.
Deb package version is
Is the newly updated fix not packaged into this version? Or it's my overriding problem?
Beta Was this translation helpful? Give feedback.
All reactions