Rendering of buttons with images in Eclipse Kepler is broken

前端 未结 2 587
刺人心
刺人心 2021-01-07 12:12

With Kepler, the buttons in the Console view are sometimes rendered like this:

\"enter

2条回答
  •  情深已故
    2021-01-07 12:48

    Various rendering bugs are discussed in this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=333965

    The solution is starting Eclipse with

    GDK_NATIVE_WINDOWS=1 ...path.to../eclipse.exe
    

    or

    export GDK_NATIVE_WINDOWS=1
    ...path.to../eclipse.exe
    

提交回复
热议问题