Commit fceb320
committed
[GTK] Temporary workaround for LineNumberRulerColumn regression #2740
This temporarily reverts the image creation for the
LineNumberRulerColumn on Linux to the state before initializing the
buffer image with an ImageGcDrawer. This does currently not work
properly for all use cases on Linux/GTK because of an issue with the
initialization of Image based on existing ImageData due to the usage of
cairo_image_surface_create.
Linux-specific workaround for
#27401 parent 4a38dc8 commit fceb320
File tree
1 file changed
+15
-12
lines changed- bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/source
1 file changed
+15
-12
lines changedLines changed: 15 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
687 | 689 | | |
688 | 690 | | |
689 | 691 | | |
690 | | - | |
| 692 | + | |
691 | 693 | | |
692 | 694 | | |
693 | 695 | | |
694 | 696 | | |
695 | 697 | | |
696 | 698 | | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
708 | 711 | | |
709 | 712 | | |
710 | 713 | | |
| |||
0 commit comments