Update context menu color
This commit is contained in:
@@ -77,7 +77,7 @@ class TabTextures {
|
||||
if (ui.isHovered && ui.inputReleasedR) {
|
||||
UIMenu.draw(function(ui:Zui) {
|
||||
ui.fill(0, 0, ui._w / ui.SCALE(), ui.t.ELEMENT_H * 4, ui.t.SEPARATOR_COL);
|
||||
ui.text(asset.name, Right, ui.t.CONTEXT_COL);
|
||||
ui.text(asset.name, Right, ui.t.HIGHLIGHT_COL);
|
||||
if (ui.button("Export", Left)) {
|
||||
UIFiles.show("png", true, function(path:String) {
|
||||
var target = kha.Image.createRenderTarget(img.width, img.height);
|
||||
|
||||
Reference in New Issue
Block a user