mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Set icon color properly from dialog in editMarkerDialog
This commit is contained in:
parent
7b72cb4c71
commit
3685599693
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ void EditMarkerDialog::Impl::show_color_dialog()
|
|||
QString colorName =
|
||||
qColor.name(QColor::NameFormat::HexArgb);
|
||||
self_->ui->iconColorLineEdit->setText(colorName);
|
||||
set_icon_color(colorName.toStdString());
|
||||
});
|
||||
dialog->open();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue