mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[apps/shared] Add toggle buttons in Graph view
Change-Id: I7548d11fb114b2605ce34d3bda0776277b79ff9d
This commit is contained in:
committed by
Émilie Feral
parent
a76e54642c
commit
2f97dab6d1
6
escher/src/toggleable_view.cpp
Normal file
6
escher/src/toggleable_view.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <escher/toggleable_view.h>
|
||||
|
||||
void ToggleableView::setState(bool state) {
|
||||
m_state = state;
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
Reference in New Issue
Block a user