[Gambas-user] Drag and drop on GTK+2
T Lee Davidson
t.lee.davidson at gmail.com
Sun Mar 19 20:13:00 CET 2023
On 3/19/23 07:19, Mayost Sharon wrote:
> I'm on Fedora 36
> Gambas 3.18.1
> And I only have GTK3 installed
>
> In a text box it responds to the DROP event even if the value is:
> TextBox1.Drop = False
>
> If I define both
> TextBox1.Drop = True
> TextBox1.Drop = False
>
> This cancels the DROP event
>
> I am attaching an example
> I made a note by pressing the buttons
>
> It doesn't seem right
>
> Many thanks
This is actually a different issue than the topic of this thread.
But, I confirm that on v3.18.1, the interpreter does not respect the default value of TextBox.Drop until it is programmatically
changed.
--
Lee
KDE Plasma (Qt5)
More information about the User
mailing list