We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81f1a7 commit 37af267Copy full SHA for 37af267
src/view/task/path.cpp
@@ -21,6 +21,7 @@ void Path::setupModel()
21
void Path::documentChanged()
22
{
23
setupModel();
24
+ updateFieldVisibility(document()->toolConfig());
25
}
26
27
Path::Path(model::Application &app)
@@ -49,12 +50,16 @@ void Path::selectionChanged(bool empty)
49
50
51
void Path::toolChanged()
52
- updateFieldVisibility(document()->toolConfig());
53
+ if (document()) {
54
55
+ }
56
57
58
void Path::configChanged()
59
60
61
62
63
64
65
void Path::updateFieldVisibility(const config::Tools::Tool& tool)
0 commit comments