Changeset 27561
- Timestamp:
- 11/16/08 17:34:16 (2 months ago)
- Files:
-
- lyx-devel/trunk/src/frontends/qt4/GuiCompleter.cpp (modified) (1 diff)
- lyx-devel/trunk/src/frontends/qt4/GuiView.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lyx-devel/trunk/src/frontends/qt4/GuiCompleter.cpp
r27420 r27561 626 626 { 627 627 if (!popupVisible() && !inlineVisible()) 628 return;629 630 popupActivated(currentCompletion());628 tab(); 629 else 630 popupActivated(currentCompletion()); 631 631 } 632 632 lyx-devel/trunk/src/frontends/qt4/GuiView.cpp
r27556 r27561 1301 1301 1302 1302 case LFUN_COMPLETION_ACCEPT: 1303 case LFUN_COMPLETION_CANCEL: 1303 if (!d.current_work_area_ 1304 || (!d.current_work_area_->completer().popupVisible() 1305 && !d.current_work_area_->completer().inlineVisible() 1306 && !d.current_work_area_->completer().completionAvailable())) 1307 enable = false; 1308 break; 1309 1310 case LFUN_COMPLETION_CANCEL: 1304 1311 if (!d.current_work_area_ 1305 1312 || (!d.current_work_area_->completer().popupVisible()
