Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
efc09b98
Commit
efc09b98
authored
Sep 06, 2011
by
Ivan Ilin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed .pro file and simple bug in linux desktop mode
parent
3bd44ffc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Sankore_3.1.pro
Sankore_3.1.pro
+1
-1
UBDesktopAnnotationController.cpp
src/desktop/UBDesktopAnnotationController.cpp
+5
-1
No files found.
Sankore_3.1.pro
View file @
efc09b98
...
...
@@ -110,7 +110,7 @@ win32 {
QMAKE_CXXFLAGS_RELEASE += /Od \
/Zi
QMAKE_LFLAGS_RELEASE += /DEBUG
UB_LIBRARY.path = DESTDIR
UB_LIBRARY.path =
$$
DESTDIR
UB_I18N.path = $$DESTDIR/i18n
UB_ETC.path = $$DESTDIR
UB_THIRDPARTY_INTERACTIVE.path = $$DESTDIR/library
...
...
src/desktop/UBDesktopAnnotationController.cpp
View file @
efc09b98
...
...
@@ -855,7 +855,11 @@ void UBDesktopAnnotationController::updateMask(bool bTransparent)
void
UBDesktopAnnotationController
::
refreshMask
()
{
if
(
mIsFullyTransparent
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Selector
)
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Selector
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Eraser
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Pointer
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Pen
||
UBDrawingController
::
drawingController
()
->
stylusTool
()
==
UBStylusTool
::
Marker
)
{
updateMask
(
true
);
}
...
...
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