Skip drawing picker in font view
This commit is contained in:
@@ -272,7 +272,7 @@ class UIView2D {
|
||||
|
||||
tiledShow = ui.check(Id.handle({selected: tiledShow}), tr("Tiled"));
|
||||
|
||||
if (Context.tool == ToolPicker) {
|
||||
if (Context.tool == ToolPicker && (type == View2DLayer || type == View2DAsset)) {
|
||||
var cursorImg = Res.get("cursor.k");
|
||||
var hsize = 16 * ui.SCALE();
|
||||
var size = hsize * 2;
|
||||
|
||||
Reference in New Issue
Block a user