1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Fix regression: after "save as..." window title is updated

Fix #5388
This commit is contained in:
Cristian Maglie 2016-09-20 16:36:41 +02:00
parent 4c3d96235f
commit 646c9f798f

View File

@ -2090,6 +2090,9 @@ public class Editor extends JFrame implements RunnerListener {
} finally {
// make sure the toolbar button deactivates
toolbar.deactivateSave();
// Update editor window title in case of "Save as..."
updateTitle();
}
return true;