Commit e55ead86 authored by Davis King's avatar Davis King

Fixed a bug in the directory navigation gui. If you tried to go

into a drive on windows that wasn't mounted you got an error.
This is now fixed.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402503
parent 4a0b2c66
...@@ -1819,8 +1819,11 @@ namespace dlib ...@@ -1819,8 +1819,11 @@ namespace dlib
path = old_path; path = old_path;
cur_dir = old_cur_dir; cur_dir = old_cur_dir;
} }
else
{
sob[cur_dir]->set_checked(); sob[cur_dir]->set_checked();
}
} }
void on_dirs_click ( void on_dirs_click (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment