Bug 309253 - Clicking in icon border to add breakpoint/bookmark does not work.
Summary: Clicking in icon border to add breakpoint/bookmark does not work.
Status: VERIFIED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: git master
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
: 309308 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-30 13:03 UTC by Jeremy W. Murphy
Modified: 2012-11-15 11:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy W. Murphy 2012-10-30 13:03:56 UTC
Usually when left-clicking in the icon border (toggled via F6 by default) it adds a breakpoint or bookmark (depending on configuration).  This feature suddenly stopped working.  Right-clicking does nothing either.


Reproducible: Always

Steps to Reproduce:
1. Bring the icon border into view for a C++ file.
2. Click in it.

Actual Results:  
No action.

Expected Results:  
Add breakpoint/bookmark.


KDE SC 4.8.5.
Comment 1 Niko Sams 2012-11-04 13:30:37 UTC
*** Bug 309308 has been marked as a duplicate of this bug. ***
Comment 2 Niko Sams 2012-11-09 19:42:12 UTC
Git commit b8621ae08e3aab3c38f8f7e6f0a63dd5395d9b34 by Niko Sams.
Committed on 09/11/2012 at 16:34.
Pushed by nsams into branch 'master'.

Revert "move partcontroller creation after session init"

This reverts commit 3d5a120c3d3837cae89e0e0aee5fcd0f520eb856.
Fixes regression that broke the icon border.

M  +21   -22   shell/core.cpp

http://commits.kde.org/kdevplatform/b8621ae08e3aab3c38f8f7e6f0a63dd5395d9b34
Comment 3 Jeremy W. Murphy 2012-11-15 11:33:37 UTC
Thanks, works here.