On Thu, 21 Dec 2023 12:57:01 GMT, Florian Kirmaier
wrote:
>> In some situations, a part of the SG is no longer rendered.
>> I created a test program that showcases this problem.
>>
>> Explanation:
>>
>> This can happen, when a part of the SG, is covered by another Node.
>> In this part, one no
On Mon, 18 Dec 2023 19:15:03 GMT, Martin Fox wrote:
>> While processing a key down event the Glass GTK code sends out PRESSED and
>> TYPED KeyEvents back to back. If the stage is closed during the PRESSED
>> event the code will end up referencing freed memory while sending out the
>> TYPED eve
On Thu, 21 Dec 2023 12:57:01 GMT, Florian Kirmaier
wrote:
>> In some situations, a part of the SG is no longer rendered.
>> I created a test program that showcases this problem.
>>
>> Explanation:
>>
>> This can happen, when a part of the SG, is covered by another Node.
>> In this part, one no
> In some situations, a part of the SG is no longer rendered.
> I created a test program that showcases this problem.
>
> Explanation:
>
> This can happen, when a part of the SG, is covered by another Node.
> In this part, one node is totally covered, and the other node is visible.
>
> When the
On Thu, 21 Dec 2023 12:33:52 GMT, Florian Kirmaier
wrote:
> In some situations, a part of the SG is no longer rendered.
> I created a test program that showcases this problem.
>
> Explanation:
>
> This can happen, when a part of the SG, is covered by another Node.
> In this part, one node is t
In some situations, a part of the SG is no longer rendered.
I created a test program that showcases this problem.
Explanation:
This can happen, when a part of the SG, is covered by another Node.
In this part, one node is totally covered, and the other node is visible.
When the totally covered No
On Thu, 7 Dec 2023 21:30:27 GMT, Michael Strauß wrote:
>> The value does indeed change:
>> macOS.NSColor.alternatingContentBackgroundColors = [0x1e1e1eff,0xff0c]
>> macOS.NSColor.alternatingContentBackgroundColors = [0x,0xf4f5f5ff]
>>
>>
>> private String f(Object x) {
>>
On Mon, 18 Dec 2023 12:09:21 GMT, Jose Pereda wrote:
> This PR fixes an issue when a new `TableColumn` is added to a `TableView`
> control with fixed cell size set, where the `TableRowSkinBase` failed to add
> the cells for the new column.
>
> A test is included that fails before applying this