1
0
mirror of synced 2024-11-12 02:00:50 +01:00

More KCL fixes for switching between files

This commit is contained in:
KillzXGaming 2019-03-29 21:20:39 -04:00
parent 240cc5f0b3
commit 201a0ca5a5
6 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@ -283,11 +283,10 @@ namespace FirstPlugin
{
if (viewport == null)
{
viewport = new Viewport();
viewport.Dock = DockStyle.Fill;
viewport.AddDrawable(Renderer);
viewport.LoadObjects();
LibraryGUI.Instance.LoadEditor(viewport);
}
LibraryGUI.Instance.LoadEditor(viewport);
viewport.Text = Text;