Fix initial LineEdit placeholder being the wrong color.

This commit is contained in:
Pieter-Jan Briers
2019-03-08 08:57:46 +01:00
parent b533968531
commit 40a037a97a

View File

@@ -119,6 +119,7 @@ namespace SS14.Client.UserInterface.Controls
else
{
_placeHolder = value;
_updatePseudoClass();
}
}
}