mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Form editor should trigger the save button properly now.
This commit is contained in:
parent
e87962454f
commit
b851888905
1 changed files with 4 additions and 2 deletions
|
@ -310,9 +310,9 @@ namespace GeorgesQt
|
|||
|
||||
void CGeorgesTreeViewDialog::modifiedFile( )
|
||||
{
|
||||
if (!m_modified)
|
||||
if (!isModified())
|
||||
{
|
||||
m_modified = true;
|
||||
setModified( true );
|
||||
setWindowTitle(windowTitle() + "*");
|
||||
}
|
||||
Q_EMIT modified();
|
||||
|
@ -476,6 +476,8 @@ namespace GeorgesQt
|
|||
m_ui.treeView->setCurrentIndex( idx );
|
||||
|
||||
log( name + " resized = " + QString::number( size ) );
|
||||
|
||||
modifiedFile();
|
||||
}
|
||||
|
||||
void CGeorgesTreeViewDialog::onAppendArray()
|
||||
|
|
Loading…
Reference in a new issue