mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-02 01:26:41 +00:00
Redraw the color editor immediately after the color is updated
This commit is contained in:
parent
f19d07b404
commit
b06d1f008f
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ QColor CSVWidget::ColorEditor::color() const
|
||||||
void CSVWidget::ColorEditor::setColor(const QColor &color)
|
void CSVWidget::ColorEditor::setColor(const QColor &color)
|
||||||
{
|
{
|
||||||
mColor = color;
|
mColor = color;
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVWidget::ColorEditor::showPicker()
|
void CSVWidget::ColorEditor::showPicker()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue