1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Rebuild header on "Save as"

Fixes #5550
This commit is contained in:
Martino Facchin 2016-11-28 15:07:42 +01:00
parent bb5fe24ae5
commit e39560ecfd

View File

@ -2106,6 +2106,7 @@ public class Editor extends JFrame implements RunnerListener {
// Update editor window title in case of "Save as..."
updateTitle();
header.rebuild();
}
return true;