Changeset 12013 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Sep 3, 2008 7:39:28 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFilePathSelectorWidget.cpp
r11845 r12013 385 385 if (mIsEditableMode) 386 386 { 387 /* Skip this step if text already the same */ 388 if (mPath == lineEdit()->text()) 389 return; 390 387 391 /* Cursor positioning variables */ 388 392 int curPos = -1;
Note:
See TracChangeset
for help on using the changeset viewer.