mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Not clear what caused this regression, but there's an easy way to both fix it and prevent it. We just need to make sure that the editor tabs are always at least as high as tool window headers. The only trick is that the height is calculated in JBTabsImpl, which is used not just for the editor tabs. So we add an internal protected method here and override it in the editor tabs only. GitOrigin-RevId: 106860cf0eb9ff8f0acd3c2121a061b16e0fb301