mirror of https://gitlab.com/basile.b/dexed.git
navigation buffer not available under linux
This commit is contained in:
parent
3b3bdf5c7b
commit
df7e91d1b5
|
@ -655,7 +655,7 @@ begin
|
||||||
inherited;
|
inherited;
|
||||||
if (Button = mbMiddle) and (Shift = [ssCtrl]) then
|
if (Button = mbMiddle) and (Shift = [ssCtrl]) then
|
||||||
Font.Size := fDefaultFontSize
|
Font.Size := fDefaultFontSize
|
||||||
//TODO-cLCL&LAZ-specific: test this feature under gtk2/linux on next release, should work
|
// note: Window only
|
||||||
else if Button = mbExtra1 then
|
else if Button = mbExtra1 then
|
||||||
fPositions.back
|
fPositions.back
|
||||||
else if Button = mbExtra2 then
|
else if Button = mbExtra2 then
|
||||||
|
|
Loading…
Reference in New Issue