nothing to see here

This commit is contained in:
Jannik 2018-06-12 15:47:22 +02:00
parent 50ae1747e6
commit 3b188904f6
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ public class MainWindowController {
} }
if (searchTextField.getText().hashCode() == hashA) { if (searchTextField.getText().hashCode() == hashA) {
setColor("000000"); setColor("000000");
colorPicker.setValue(new Color(0, 0, 0, 1));
applyColor(); applyColor();
} }
} }