Eolite: activate panel on click

git-svn-id: svn://kolibrios.org@5735 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-08-17 13:59:14 +00:00
parent cb7d6f9f48
commit 27e3b1b723

View File

@ -272,7 +272,8 @@ void main()
break; break;
} }
if (two_panels) && (mouse.y > files.y) {
if (two_panels) && (mouse.y > files.y) && (mouse.down) {
if (mouse.x<Form.cwidth/2) if (mouse.x<Form.cwidth/2)
{ {
if (active_panel!=1) if (active_panel!=1)