Page 1 of 1

[1.0.0]Missing instruction tooltip in quickbar for selection tool

Posted: Mon Sep 21, 2020 8:38 am
by Choumiko
Having a selection tool with the "mod-openable" flag in your quickbar doesn't show the "Right-click" to open tooltip (like the deconstruction planner)
tt_bug.png
tt_bug.png (176.08 KiB) Viewed 2498 times


It shows up in the inventory though:
Screenshot from 2020-09-21 10-31-27.png
Screenshot from 2020-09-21 10-31-27.png (38.24 KiB) Viewed 2498 times

Item definition:

Code: Select all

{
        type = "selection-tool",
        name = "module-inserter",
        icon = "__ModuleInserter__/graphics/module-inserter-icon.png",
        icon_size = 32,
        icon_mipmaps = 0,
        flags = {"hidden", "not-stackable", "mod-openable"},
        stack_size = 1,
        selection_color = { r = 0, g = 1, b = 0 },
        alt_selection_color = { r = 0, g = 0, b = 1 },
        selection_mode = {"same-force", "deconstruct"},
        alt_selection_mode = {"same-force", "any-entity"},
        selection_cursor_box_type = "copy",
        alt_selection_cursor_box_type = "copy",
        entity_type_filters = {"mining-drill", "furnace", "assembling-machine", "lab", "beacon", "rocket-silo", "item-request-proxy"},
        entity_filter_mode = "whitelist",
        alt_entity_filters = {"item-request-proxy"},
        alt_entity_filter_mode = "whitelist",
    }

Re: [1.0.0]Missing instruction tooltip in quickbar for selection tool

Posted: Thu Sep 24, 2020 7:52 pm
by Rseding91
Thanks for the report. It's now fixed for the next release.