forked from KolibriOS/kolibrios
fix Pane focus lost in KFM2
git-svn-id: svn://kolibrios.org@8882 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b995e57c1e
commit
7355a5f3f5
@ -333,7 +333,7 @@ void main()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (efm) && (mouse.y > files.y) && (mouse.down) {
|
if (efm) && (mouse.y > files.y) && (mouse.y < files.y + files.h) && (mouse.down) {
|
||||||
if (mouse.x<Form.cwidth/2) {
|
if (mouse.x<Form.cwidth/2) {
|
||||||
if (active_panel!=1) ChangeActivePanel();
|
if (active_panel!=1) ChangeActivePanel();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user