Skip to content
Snippets Groups Projects
Commit 99d9cba7 authored by Halla Rempt's avatar Halla Rempt
Browse files

Hide the color picker button

It's disabled because the function hasn't been implemented yet.

BUG:389525
parent 93bc7411
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ KoFillConfigWidget::KoFillConfigWidget(KoCanvasBase *canvas, KoFlake::FillVarian
// TODO: for now the color picking button is disabled!
d->ui->btnSolidColorPick->setEnabled(false);
d->ui->btnSolidColorPick->setVisible(false);
connect(d->colorAction, SIGNAL(colorChanged(const KoColor &)), &d->colorChangedCompressor, SLOT(start()));
connect(&d->colorChangedCompressor, SIGNAL(timeout()), SLOT(colorChanged()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment