The source project of this merge request has been removed.
Fix icon for "Paste Reference Image From System Clipboard"
Fixing the BUG:408044.
Changes:
-
Set image and title to
bnPasteReferenceImage
programmatically to follow the common code style and make i18n possible. -
Edited WdgToolOptions.ui to make button look exactly as it's neighbors.
-
Replaced
d->ui->bnPasteReferenceImage->setEnabled(!QApplication::clipboard()->image().isNull());
withslotCheckClipboardContents();
to avoid code duplication.
Test Plan
Affects UI only.
Reproduce:
- Copy an image to clipboard
- Activate "References image tool"
- Look on the Tool Options dock:
Before patch there is no icon.
After patch, there is an standard "paste" icon.
Formalities Checklist
-
I confirmed this builds. -
I confirmed Krita ran and the relevant functions work. -
I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!) -
I made sure my commits build individually and have good descriptions as per KDE guidelines. -
I made sure my code conforms to the standards set in the HACKING file. -
I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.