https://bugs.documentfoundation.org/show_bug.cgi?id=150262
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |difficultyMedium, easyHack, | |skillCpp --- Comment #4 from Mike Kaganski <[email protected]> --- IMO, a very natural and reasonable request. The code pointer (if UX agrees) is commit 0ec98930888ee9f29032d12185baefc71da8489f itself; it had removed a code for a simple button click, and introduced the drop-down code, changing the button's type from ToolBoxItemBits::NONE into ToolBoxItemBits::DROPDOWNONLY. To fix this, one would need to make it ToolBoxItemBits::DROPDOWN, restore the simple click code, and make it conditional on what was the last used operation. Indeed, the drop-down code needs to update the last-used function. The persistence of the last used operation could be per-session (the easiest), or stored in the profile (then a mew option needs to be added for that). -- You are receiving this mail because: You are the assignee for the bug.
