[kmymoney] [Bug 524095] Category selector closes when clicking a tree expand/collapse arrow
"Dimitrios Glentadakis" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=524095 --- Comment #2 from Dimitrios Glentadakis <[email protected]> --- Created attachment 195111 --> https://bugs.kde.org/attachment.cgi?id=195111&action=edit Don't send pressed() signal when the Tree categiry arrow is pressed For a press on the expand/collapse handle, `QTreeView` detects its own disclosure-indicator rectangle. It handles the branch and deliberately does **not** call the normal item press handler, so `pressed()` is not emitted and the flag remains `false`. -- You are receiving this mail because: You are watching all bug changes.