https://bugs.kde.org/show_bug.cgi?id=389759
Bug ID: 389759
Summary: Fix : Start/Stop text doesn't update on click
Product: kmag
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 110291
--> https://bugs.kde.org/attachment.cgi?id=110291&action=edit
patch to fix this issue
The Start/Stop action doesn't update text when clicked.
When `setText` method is initially called through the class constructor, it
also sets `IconText` property. Now, further calls to `setText` doesn't change
`IconText` property and hence the "start" / "stop" text changes are not
reflected in the UI.
Here is a snippet from the doc.
> If the icon text is not explicitly set, the action's normal text will be used
> > for the icon text.
> If the text is not explicitly set in the constructor, or by using setText(),
> > the action's description icon text will be used as text. There is no
> default > text.
--
You are receiving this mail because:
You are watching all bug changes.