release 0.8.0 #12

Merged
Seil0 merged 92 commits from dev into master 2019-07-04 12:41:05 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3b188904f6 - Show all commits

View File

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