OSDN Git Service

Fixed issue #169: Force rebase checkbox is fixed
authorFrank Li <lznuaa@gmail.com>
Sat, 12 Sep 2009 05:07:59 +0000 (13:07 +0800)
committerFrank Li <lznuaa@gmail.com>
Sat, 12 Sep 2009 05:07:59 +0000 (13:07 +0800)
Signed-off-by: Frank Li <lznuaa@gmail.com>
src/TortoiseProc/RebaseDlg.cpp

index 3f4e18b..7af7210 100644 (file)
@@ -312,6 +312,7 @@ void CRebaseDlg::DoSize(int delta)
        CSplitterControl::ChangePos(GetDlgItem(IDC_SQUASH_ALL),0,delta);\r
        CSplitterControl::ChangePos(GetDlgItem(IDC_PICK_ALL),0,delta);\r
        CSplitterControl::ChangePos(GetDlgItem(IDC_EDIT_ALL),0,delta);\r
+       CSplitterControl::ChangePos(GetDlgItem(IDC_REBASE_CHECK_FORCE),0,delta);\r
        \r
        this->AddRebaseAnchor();\r
        // adjust the minimum size of the dialog to prevent the resizing from\r