mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fixed a slight issue in the gui
This commit is contained in:
@@ -647,8 +647,6 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
|
|||||||
if state.posts is None or state.posts == []:
|
if state.posts is None or state.posts == []:
|
||||||
self.show_empty_results(True)
|
self.show_empty_results(True)
|
||||||
return
|
return
|
||||||
else:
|
|
||||||
self.show_empty_results(False)
|
|
||||||
|
|
||||||
state.trackertable.clearContents()
|
state.trackertable.clearContents()
|
||||||
state.trackertable.setColumnCount(len(headers))
|
state.trackertable.setColumnCount(len(headers))
|
||||||
@@ -660,6 +658,8 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
|
|||||||
|
|
||||||
self._resize_tracker_columns()
|
self._resize_tracker_columns()
|
||||||
|
|
||||||
|
self.show_empty_results(False)
|
||||||
|
|
||||||
def update_image_overlay(self, new_image_path):
|
def update_image_overlay(self, new_image_path):
|
||||||
self.image = QImage(new_image_path)
|
self.image = QImage(new_image_path)
|
||||||
self.pixmap = QPixmap.fromImage(self.image)
|
self.pixmap = QPixmap.fromImage(self.image)
|
||||||
|
|||||||
Reference in New Issue
Block a user