mirror of https://github.com/odrling/Aegisub
Fixed bug with macro application and grid scrollbar: #559
Originally committed to SVN as r1770.
This commit is contained in:
parent
53e7f60fe0
commit
0537e36bd3
|
@ -80,7 +80,6 @@ protected:
|
|||
bool showCol[16];
|
||||
|
||||
virtual void OnPopupMenu(bool alternate=false) {}
|
||||
void AdjustScrollbar();
|
||||
void ScrollTo(int y);
|
||||
int yPos;
|
||||
|
||||
|
@ -92,6 +91,7 @@ public:
|
|||
std::vector<AssDialogue *> diagPtrMap;
|
||||
std::vector<bool> selMap;
|
||||
|
||||
void AdjustScrollbar();
|
||||
void SetColumnWidths();
|
||||
void BeginBatch();
|
||||
void EndBatch();
|
||||
|
|
|
@ -1090,6 +1090,7 @@ void FrameMain::OnAutomationMacro (wxCommandEvent &event) {
|
|||
SubsBox->UpdateMaps();
|
||||
SubsBox->SetSelectionFromAbsolute(selected_lines);
|
||||
SubsBox->CommitChanges(true, false);
|
||||
SubsBox->AdjustScrollbar();
|
||||
SubsBox->EndBatch();
|
||||
#endif
|
||||
}
|
||||
|
|
BIN
po/pt_BR.mo
BIN
po/pt_BR.mo
Binary file not shown.
|
@ -3,7 +3,7 @@ msgstr ""
|
|||
"Project-Id-Version: Aegisub\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-01-18 14:48-0200\n"
|
||||
"PO-Revision-Date: 2008-01-18 14:48-0300\n"
|
||||
"PO-Revision-Date: 2008-01-18 22:13-0300\n"
|
||||
"Last-Translator: Rodrigo Monteiro <archmagezeratul@gmail.com>\n"
|
||||
"Language-Team: Rodrigo Braz Monteiro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -4265,7 +4265,7 @@ msgstr "organizar"
|
|||
|
||||
#: frame_main_events.cpp:1501
|
||||
msgid "File backup saved as \""
|
||||
msgstr "Backup do arquivo salvado como \""
|
||||
msgstr "Backup do arquivo salvo como \""
|
||||
|
||||
#: frame_main_events.cpp:1595
|
||||
msgid "ASS Override Tag mode set to "
|
||||
|
|
Loading…
Reference in New Issue