mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
move sidebar into local variable
This commit is contained in:
parent
424d1b4025
commit
4e73d02540
@ -13,7 +13,6 @@ namespace osu.Game.Overlays.Wiki
|
||||
{
|
||||
public class WikiArticlePage : GridContainer
|
||||
{
|
||||
private readonly WikiSidebar sidebar;
|
||||
public Container SidebarContainer { get; }
|
||||
|
||||
public WikiArticlePage(string currentPath, string markdown)
|
||||
@ -29,6 +28,9 @@ namespace osu.Game.Overlays.Wiki
|
||||
new Dimension(GridSizeMode.AutoSize),
|
||||
new Dimension(),
|
||||
};
|
||||
|
||||
WikiSidebar sidebar;
|
||||
|
||||
Content = new[]
|
||||
{
|
||||
new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user