[bugfix] Confirmation Modal: Add lift() after displaying the confirmation modal to prevent it from being hidden by the main window cover.
This commit is contained in:
@@ -221,6 +221,7 @@ class _CreateConfirmationModal(CTkToplevel):
|
|||||||
target_widget=self
|
target_widget=self
|
||||||
)
|
)
|
||||||
fadeInAnimation(self, steps=5, interval=0.005, max_alpha=1)
|
fadeInAnimation(self, steps=5, interval=0.005, max_alpha=1)
|
||||||
|
self.lift()
|
||||||
self.focus_set()
|
self.focus_set()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user