Fix settings overlay pass-through logic

This commit is contained in:
Dean Herbert 2017-12-30 22:01:22 +09:00
parent 8733f809a5
commit f56e8121da
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ protected SettingsOverlay(bool showSidebar)
{
this.showSidebar = showSidebar;
RelativeSizeAxes = Axes.Y;
AutoSizeAxes = Axes.X;
}
protected virtual IEnumerable<SettingsSection> CreateSections() => null;