mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Resize columns
This commit is contained in:
parent
dac9584a59
commit
d64c141ca9
1 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
contributors:
|
||||
|
||||
Copyright (C) 2006-2008 Koblov Alexander (Alexx2000@mail.ru)
|
||||
Copyright (C) 2006-2009 Koblov Alexander (Alexx2000@mail.ru)
|
||||
|
||||
Copyright (C) 2008 Vitaly Zotov (vitalyzotov@mail.ru)
|
||||
}
|
||||
|
|
@ -307,7 +307,8 @@ var
|
|||
frp: PFileRecItem;
|
||||
begin
|
||||
dgPanel.MouseToCell(X, Y, iCol, iRow);
|
||||
|
||||
if iRow < dgPanel.FixedRows then Exit; // if is header
|
||||
|
||||
{ if (Button=mbRight) and (iRow < dgPanel.FixedRows ) then
|
||||
begin
|
||||
pmFrColumnMenu.PopUp(X,Y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue