1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 17:39:40 +00:00

Redraw the color editor immediately after the color is updated

This commit is contained in:
Stanislav Bas 2015-06-12 23:34:08 +03:00
parent f19d07b404
commit b06d1f008f

View file

@ -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()