mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-16 16:15:58 +01:00
use # for color
This commit is contained in:
parent
1eb3e092ab
commit
819195131b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void Events::handlePointerButton(void *data, struct wl_pointer *wl_pointer, uint
|
|||
return result;
|
||||
};
|
||||
|
||||
Debug::log(NONE, "0x%s%s%s", toHex(COL.r).c_str(), toHex(COL.g).c_str(), toHex(COL.b).c_str());
|
||||
Debug::log(NONE, "#%s%s%s", toHex(COL.r).c_str(), toHex(COL.g).c_str(), toHex(COL.b).c_str());
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue