mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Themeing of settings
This commit is contained in:
parent
f0de95ad06
commit
2d1e2806ec
4 changed files with 15 additions and 50 deletions
|
|
@ -67,6 +67,7 @@ open class SearchField(
|
|||
if (e.isControlDown) {
|
||||
when (e.keyCode) {
|
||||
KeyEvent.VK_A -> {
|
||||
// They probably want to clear the search box
|
||||
text = ""
|
||||
SwingUtilities.invokeLater {
|
||||
repaint()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue