[Differential] [Request, 41 lines] D2915: Fix Hide/Restore Docks

antonanikin (Anton Anikin) noreply at phabricator.kde.org
Mon Oct 3 09:11:25 UTC 2016


antonanikin created this revision.
antonanikin added a reviewer: KDevelop.
antonanikin set the repository for this revision to rKDEVPLATFORM KDevPlatform.
Restricted Application added a subscriber: kdevelop-devel.

REVISION SUMMARY
  The patch fixes Hide/Restore Docks functionality. The logic of current version seems to be broken:
  
  1. Open some left dock element
  2. Open some bottom dock element
  3. Hide docks with shortcut
  4. Restore docks with shortcut - we see both docks, as planned.
  5. Close bottom dock element
  6. Hide docks with shortcut
  7. Restore docks with shortcut - we again see **both** docks, but should see only left dock.
  
  The patched version restores only docks, which was opened before hide operation.

TEST PLAN
  Tested with master branch.

REPOSITORY
  rKDEVPLATFORM KDevPlatform

REVISION DETAIL
  https://phabricator.kde.org/D2915

AFFECTED FILES
  sublime/idealcontroller.cpp

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: antonanikin, #kdevelop
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20161003/0e58299d/attachment-0001.html>


More information about the KDevelop-devel mailing list