FR [ 1783955 ] Add Information To Window Title (update)
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1783955&group_id=176962
This commit is contained in:
parent
419b574c66
commit
d75ea0908d
|
@ -1684,8 +1684,10 @@ public final class APanel extends CPanel
|
|||
setStatusLine(Msg.getMsg(m_ctx, "SaveIgnored"), true);
|
||||
}
|
||||
m_curGC.rowChanged(true, m_curTab.getRecord_ID());
|
||||
if (manualCmd)
|
||||
if (manualCmd) {
|
||||
m_curGC.dynamicDisplay(0);
|
||||
m_window.setTitle(getTitle());
|
||||
}
|
||||
return retValue;
|
||||
} // cmd_save
|
||||
|
||||
|
|
Loading…
Reference in New Issue