mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-26 08:05:27 -07:00
Update proxguiqt.cpp
This commit is contained in:
parent
87e58442fb
commit
ce38dd92ba
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@ void ProxWidget::SetWindowsPosition(void) {
|
||||||
if (session.preferences_loaded) {
|
if (session.preferences_loaded) {
|
||||||
setGeometry (session.window_plot_xpos,session.window_plot_ypos,session.window_plot_wsize,session.window_plot_hsize);
|
setGeometry (session.window_plot_xpos,session.window_plot_ypos,session.window_plot_wsize,session.window_plot_hsize);
|
||||||
controlWidget->setGeometry (session.window_overlay_xpos,session.window_overlay_ypos,session.window_overlay_wsize,session.window_overlay_hsize);
|
controlWidget->setGeometry (session.window_overlay_xpos,session.window_overlay_ypos,session.window_overlay_wsize,session.window_overlay_hsize);
|
||||||
update();
|
// update();
|
||||||
controlWidget->update();
|
// controlWidget->update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue