Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
7ae791c9
Commit
7ae791c9
authored
Mar 04, 2020
by
Claes Sjöfors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Glow and ev merge
parent
60f6ed3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
xtt/lib/glow/src/glow_growbarchart.cpp
xtt/lib/glow/src/glow_growbarchart.cpp
+2
-2
xtt/lib/xtt/gtk/xtt_ev_gtk.cpp
xtt/lib/xtt/gtk/xtt_ev_gtk.cpp
+1
-1
No files found.
xtt/lib/glow/src/glow_growbarchart.cpp
View file @
7ae791c9
...
...
@@ -483,10 +483,10 @@ void GrowBarChart::draw(GlowWind* w, GlowTransform* t, int highlight, int hot,
drawtype
=
GlowColor
::
shift_drawtype
(
fillcolor
,
chot
,
0
);
else
drawtype
=
fillcolor
;
ctx
->
gdraw
->
rect
(
bar_ll_x
,
bar_down_ll_y
,
bar_ur_x
-
bar_ll_x
,
ctx
->
gdraw
->
rect
(
w
,
bar_ll_x
,
bar_down_ll_y
,
bar_ur_x
-
bar_ll_x
,
bar_down_ur_y
-
bar_down_ll_y
,
drawtype
,
1
,
0
);
if
(
bar_up_ll_y
>
ll_y
)
ctx
->
gdraw
->
rect
(
bar_ll_x
,
ll_y
,
bar_ur_x
-
bar_ll_x
,
ctx
->
gdraw
->
rect
(
w
,
bar_ll_x
,
ll_y
,
bar_ur_x
-
bar_ll_x
,
bar_up_ll_y
-
ll_y
,
drawtype
,
1
,
0
);
}
else
{
glow_eDrawType
f1
,
f2
;
...
...
xtt/lib/xtt/gtk/xtt_ev_gtk.cpp
View file @
7ae791c9
...
...
@@ -1236,7 +1236,7 @@ void EvGtk::eve_activate_analyse(GtkWidget* w, gpointer ev)
((
Ev
*
)
ev
)
->
eve_activate_analyse
();
}
void
EvGtk
::
eve_activate_ack_last
(
GtkWidget
*
w
,
gpointer
ev
)
void
EvGtk
::
eve_activate_ack_last
(
GtkWidget
*
w
,
gpointer
data
)
{
Ev
*
ev
=
(
Ev
*
)
data
;
...
...
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