Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KDiff3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SDK
KDiff3
Commits
228d3e53
Commit
228d3e53
authored
Feb 17, 2019
by
Michael Reeves
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't enable choose CEverywhere menu item for two way
parent
3fb42e62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/directorymergewindow.cpp
src/directorymergewindow.cpp
+2
-2
No files found.
src/directorymergewindow.cpp
View file @
228d3e53
...
@@ -3445,13 +3445,13 @@ void DirectoryMergeWindow::updateAvailabilities(bool bDirCompare, bool bDiffWind
...
@@ -3445,13 +3445,13 @@ void DirectoryMergeWindow::updateAvailabilities(bool bDirCompare, bool bDiffWind
d
->
m_pDirRescan
->
setEnabled
(
bDirCompare
);
d
->
m_pDirRescan
->
setEnabled
(
bDirCompare
);
bool
bThreeDirs
=
d
->
isThreeWay
();
d
->
m_pDirAutoChoiceEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirAutoChoiceEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirDoNothingEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirDoNothingEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirChooseAEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirChooseAEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirChooseBEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirChooseBEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirChooseCEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
());
d
->
m_pDirChooseCEverywhere
->
setEnabled
(
bDirCompare
&&
isVisible
()
&&
bThreeDirs
);
bool
bThreeDirs
=
d
->
isThreeWay
();
MergeFileInfos
*
pMFI
=
d
->
getMFI
(
currentIndex
());
MergeFileInfos
*
pMFI
=
d
->
getMFI
(
currentIndex
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment