Disable favorite tool cloning by default
Also add tooltip stating that tool cloning may cause a delay while switching between tabs.
This commit is contained in:
@@ -532,6 +532,8 @@ ToolLocationPreference::Impl::Impl(Options &options) :
|
||||
|
||||
// General options.
|
||||
cloneFavoriteToolsToggleWidget->set_active(options.cloneFavoriteTools);
|
||||
cloneFavoriteToolsToggleWidget->set_tooltip_text(
|
||||
M("PREFERENCES_TOOLPANEL_CLONE_FAVORITES_TOOLTIP"));
|
||||
|
||||
// Tool list.
|
||||
toolListViewPtr->append_column(toolListViewColumnToolName);
|
||||
|
Reference in New Issue
Block a user