Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 17, 2017
1 parent 0ba8820 commit b25ede3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions blackmamba/uikit/overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,18 +208,6 @@ def content_view(self):
def state(self):
return self._state

# @state.setter
# def state(self, new_value):
# if self.state == new_value:
# return
#
# call_did_become_active = self._delegate and new_value & OverlayState.active and not self.state & OverlayState.active
# self._state = new_value
# self._apply_theme_colors()
#
# if call_did_become_active:
# self._delegate.did_become_active(self)

def become_active(self):
self.bring_to_front()

Expand Down

0 comments on commit b25ede3

Please sign in to comment.