diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-03-28 01:43:30 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-03-28 01:43:30 -0300 |
commit | 3c817f09e1bfcfea4041758ba54d06139d796d3d (patch) | |
tree | d1e82cd8eef159f9d1100ff7e3171b7ea4e693fa /Project/MainFrame.cpp | |
parent | 25031d1486d307b1cf2ef92db0d37eb70fe8e9f8 (diff) | |
download | PSP.git-3c817f09e1bfcfea4041758ba54d06139d796d3d.tar.gz PSP.git-3c817f09e1bfcfea4041758ba54d06139d796d3d.tar.xz PSP.git-3c817f09e1bfcfea4041758ba54d06139d796d3d.zip |
Bus graphics data imported
Diffstat (limited to 'Project/MainFrame.cpp')
-rw-r--r-- | Project/MainFrame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/MainFrame.cpp b/Project/MainFrame.cpp index a4fdbbc..649db8e 100644 --- a/Project/MainFrame.cpp +++ b/Project/MainFrame.cpp @@ -491,6 +491,7 @@ void MainFrame::OnImportClick(wxRibbonButtonBarEvent& event) m_auiNotebook->Layout(); impWorkspace->Redraw(); impWorkspace->SetJustOpened(true); + impWorkspace->Fit(); m_projectNumber++; } } |