mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #189: Minor bugfixes
This commit is contained in:
@ -49,8 +49,6 @@ EditorPlugin::EditorPlugin() :
|
||||
m_scene.setIsPageContentDrawSuppressed(true);
|
||||
}
|
||||
|
||||
// TODO: When text is edited, old text remains
|
||||
|
||||
void EditorPlugin::setWidget(pdf::PDFWidget* widget)
|
||||
{
|
||||
Q_ASSERT(!m_widget);
|
||||
@ -185,7 +183,7 @@ std::vector<QAction*> EditorPlugin::getActions() const
|
||||
|
||||
QString EditorPlugin::getPluginMenuName() const
|
||||
{
|
||||
return tr("Edi&tor");
|
||||
return tr("Ed&itor");
|
||||
}
|
||||
|
||||
bool EditorPlugin::updatePageContent(pdf::PDFInteger pageIndex,
|
||||
|
Reference in New Issue
Block a user