From fcba0c8e2aaa5dcd5c5414cae185096a857d50e4 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 11 Oct 2010 20:05:59 +0000 Subject: [PATCH] Update grid column widths after opening a new subtitle file. Originally committed to SVN as r4800. --- aegisub/src/frame_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/src/frame_main.cpp b/aegisub/src/frame_main.cpp index 4ae02fc61..02d1ae300 100644 --- a/aegisub/src/frame_main.cpp +++ b/aegisub/src/frame_main.cpp @@ -713,6 +713,7 @@ void FrameMain::LoadSubtitles (wxString filename,wxString charset) { SubsGrid->LoadDefault(); StandardPaths::SetPathValue(_T("?script"),_T("")); } + SubsGrid->SetColumnWidths(); } catch (agi::FileNotFoundError const&) { wxMessageBox(filename + L" not found.", L"Error", wxOK | wxICON_ERROR, NULL);