Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
TreeMaker
Don-t-set-private-wxDialog-m_modalShowing.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Don-t-set-private-wxDialog-m_modalShowing.patch of Package TreeMaker
From: Aaron Puchert <aaronpuchert@alice-dsl.net> Date: Sun, 9 Apr 2023 01:35:46 +0200 Subject: [PATCH 12/20] Don't set private wxDialog::m_modalShowing There doesn't seem to be any functionality to set the member, so I guess we just have to leave it? --- Source/tmwxGUI/tmwxOptimizerDialog/tmwxOptimizerDialog_gtk.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/tmwxGUI/tmwxOptimizerDialog/tmwxOptimizerDialog_gtk.cpp b/Source/tmwxGUI/tmwxOptimizerDialog/tmwxOptimizerDialog_gtk.cpp index a815f0a..87b5654 100644 --- a/Source/tmwxGUI/tmwxOptimizerDialog/tmwxOptimizerDialog_gtk.cpp +++ b/Source/tmwxGUI/tmwxOptimizerDialog/tmwxOptimizerDialog_gtk.cpp @@ -45,7 +45,6 @@ void tmwxOptimizerDialog::DoStartModal() { wxBeginBusyCursor (); Show (true); SetFocus(); - m_modalShowing = true; g_openDialogs++; gtk_grab_add (m_widget); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor