mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 10:13:35 +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()
|
void ExportFileWindow::updateOutputFilenameButton()
|
||||||
{
|
{
|
||||||
outputFilename()->setText(base::get_file_name(m_outputFilename));
|
outputFilename()->setText(base::get_file_name(m_outputFilename));
|
||||||
|
ok()->setEnabled(!m_outputFilename.empty());
|
||||||
}
|
}
|
||||||
|
|
||||||
void ExportFileWindow::updateAniDir()
|
void ExportFileWindow::updateAniDir()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user