[Kst] [Bug 117482] Changing data range with kbd changes mouse from create mode to layout mode
George Staikos
staikos at kde.org
Fri Dec 2 18:45:27 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=117482
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-12-02 18:45 -------
SVN commit 485048 by staikos:
Stay in the right mouse mode on key press
BUG: 117482
M +1 -2 kstviewwidget.cpp
--- trunk/extragear/graphics/kst/kst/kstviewwidget.cpp #485047:485048
@ -463,8 +463,7 @
vo->keyPressEvent(this, e);
}
return;
- } else if (_view->viewMode() != KstTopLevelView::DisplayMode &&
- _view->viewMode() != KstTopLevelView::Unknown) {
+ } else if (_view->viewMode() == KstTopLevelView::LayoutMode) {
ButtonState s = e->stateAfter();
if (e->key() == Qt::Key_Escape) {
_view->cancelMouseOperations();
More information about the Kst
mailing list