[haiku-bugs] Re: [Haiku] #8753: [Debugger] sometimes opens with locked scrollbars

  • From: "diver" <trac@xxxxxxxxxxxx>
  • Date: Fri, 20 Jul 2012 12:05:18 -0000

#8753: [Debugger] sometimes opens with locked scrollbars
----------------------------------+----------------------------
   Reporter:  diver               |      Owner:  axeld
       Type:  bug                 |     Status:  new
   Priority:  normal              |  Milestone:  R1
  Component:  Kits/Interface Kit  |    Version:  R1/Development
 Resolution:                      |   Keywords:
 Blocked By:                      |   Blocking:
Has a Patch:  0                   |   Platform:  All
----------------------------------+----------------------------

Comment (by diver):

 {{{
 diff --git
 a/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
 b/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
 index e436331..c0dc5f1 100644
 --- a/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
 +++ b/src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
 @@ -375,7 +375,7 @@ TeamWindow::LoadSettings(const GUITeamUISettings*
 settings)
         }

         BMessage archive;
 -       if (teamWindowSettings.FindMessage("sourceSplit", &archive) ==
 B_OK)
 +/*     if (teamWindowSettings.FindMessage("sourceSplit", &archive) ==
 B_OK)
                 GUISettingsUtils::UnarchiveSplitView(archive,
 fSourceSplitView);

         if (teamWindowSettings.FindMessage("functionSplit", &archive) ==
 B_OK)
 @@ -386,7 +386,7 @@ TeamWindow::LoadSettings(const GUITeamUISettings*
 settings)

         if (teamWindowSettings.FindMessage("threadSplit", &archive) ==
 B_OK)
                 GUISettingsUtils::UnarchiveSplitView(archive,
 fThreadSplitView);
 -
 +*/
         if (teamWindowSettings.FindMessage("imageListView", &archive) ==
 B_OK)
                 fImageListView->LoadSettings(archive);
 }}}

 I still can reproduce it with this change.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/8753#comment:9>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: