Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个NSSlider。我已将其设置为持续更新。在我的更新代码中,我有:
[quality setToolTip:qualityTooltips[pos]];
这会更新工具提示,但在我拖动滑块时不会显示工具提示。事实上,一旦您单击滑块,它就会消失。我希望它在拖动滑块时始终可见,这可能吗?