gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
320 stars 71 forks source link

TreeView CellRendererToggle needs two clicks. #258

Open trikko opened 5 years ago

trikko commented 5 years ago

On gtk3-demo, testing a treeview with checkbox, you can click directly on a checkbox to check/uncheck it. On gtkd (also demorenderer....) you need to click two times: one to select treeview row and another click is needed to check the checkbox. Am I missing something?

EDIT: Tested on linux only (kubuntu 17.10 and 18.04 64bit with gtkd 3.8.3).

MikeWey commented 5 years ago

Your not missing something, but looking a the source of both demo i can't see why this is the case.