More KCL fixes for switching between files
This commit is contained in:
parent
240cc5f0b3
commit
201a0ca5a5
Binary file not shown.
@ -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;
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user