mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 01:13:49 +00:00
Disable the Export button if there is no filename yet
This commit is contained in:
parent
589d775d10
commit
834fd962f6
@ -108,6 +108,7 @@ bool ExportFileWindow::applyPixelRatio() const
|
||||
void ExportFileWindow::updateOutputFilenameButton()
|
||||
{
|
||||
outputFilename()->setText(base::get_file_name(m_outputFilename));
|
||||
ok()->setEnabled(!m_outputFilename.empty());
|
||||
}
|
||||
|
||||
void ExportFileWindow::updateAniDir()
|
||||
|
Loading…
x
Reference in New Issue
Block a user