mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
a5c859f863
commit
126e0c3dac
@ -493,6 +493,9 @@ static void getCrop(external::ClipData & data,
|
|||||||
|
|
||||||
void GuiExternal::updateContents()
|
void GuiExternal::updateContents()
|
||||||
{
|
{
|
||||||
|
if (params_.filename.empty())
|
||||||
|
tab->setCurrentIndex(0);
|
||||||
|
|
||||||
string const name =
|
string const name =
|
||||||
params_.filename.outputFileName(fromqstr(bufferFilePath()));
|
params_.filename.outputFileName(fromqstr(bufferFilePath()));
|
||||||
fileED->setText(toqstr(name));
|
fileED->setText(toqstr(name));
|
||||||
|
Loading…
Reference in New Issue
Block a user