mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init button-press-event
This commit is contained in:
parent
a8b2fa0d23
commit
f911ea90a1
1 changed files with 11 additions and 0 deletions
|
|
@ -64,6 +64,17 @@ abstract class Markup
|
|||
);
|
||||
}
|
||||
);
|
||||
|
||||
$this->gtk->connect(
|
||||
'button-press-event',
|
||||
function()
|
||||
{
|
||||
// Markup container has focus disabled (to hide cursor position),
|
||||
// solution remove selection from request entry on click this area
|
||||
|
||||
// @TODO
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
abstract protected function _onActivateLink(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue