summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-27 23:08:32 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-27 23:08:32 +0000
commit292347a2615ada124cb807235ae941dde3123b61 (patch)
tree9d2d449c2dc63f7e7f1cc35c25efab79725b2796 /src
parent3318997be3f276e874d0c28fafa99d3b0036421a (diff)
White space.
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index 89690a5d0..254f1befb 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -568,7 +568,7 @@ ContentPanel::setup_sensitivity ()
_text_panel[i]->Enable (_generally_sensitive && selection.size() == 1 && !selection.front()->text.empty());
}
}
- _timing_panel->Enable (_generally_sensitive);
+ _timing_panel->Enable (_generally_sensitive);
}
void