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